Money constants
data-types #tsql#data-types
Integer (
) constants are represented by a string of numbers that aren’t enclosed in quotation
marks and don’t contain decimal points.
constants must be whole numbers; they can’t
contain decimals.
The following are examples of
constants:
text
constants are represented by a string of numbers that aren’t enclosed in quotation
marks and contain a decimal point.
The following are examples of
constants:
text
and
constants are represented by using scientific notation.
The following are examples of
or
values:
text
constants are represented as string of numbers with an optional decimal point and an
optional currency symbol as a prefix.
constants aren’t enclosed in quotation marks.
1894
2
1894.1204
2.0
101.5E5
0.5E-2