@@MAX_PRECISION
Returns the precision level used by decimal and numeric data types as currently set in Lyftron.
Syntax
@@MAX_PRECISION
Return types
tinyint
Example
SELECT @@MAX_PRECISION AS 'Max Precision'
Returns the precision level used by decimal and numeric data types as currently set in Lyftron.
@@MAX_PRECISION
tinyint
SELECT @@MAX_PRECISION AS 'Max Precision'