See in SQL Engine Reference
|
||
DAY (date_exp)
|
||
TZoffset is an addition to the values that can be used for datepart. TZoffset returns a time zone offset in number of minutes (signed).
|
||
ISNUMERIC (string)
|
Returns 1 (TRUE) if string can be evaluated as a numeric value; otherwise returns 0 (FALSE).
|
|
REVERSE (string)
|
Returns a character string with the order of the characters in string reversed.
|
|
WEEKDAY (date_exp)
|
Returns the day of the week for the given date_exp, where 1=Sunday and 7=Saturday.
|