Obtains the decimal number of a table column.

1 table.getColumnDecimals

<table.getColumnDecimals
    table='table'
    column='column'
/>

Exceptions

Database required.

Missing specify the database.

Required attribute [...]

The required attribute has not been informed.

Column 'colname' not found in table 'tabname'

The column does not exist in the table.

Example
Copy
<table.getColumnDecimals table='name_of_table1' column='name_of_column1'/>