|
The convert function allows you to change the type of an expression.
The syntax is
CONVERT(expression, 'type-name')
The type name should in general be in lower case.
This
can be useful in a number of situations. Some cases where you might want
to use convert are
|