@@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'

See Also