See Also
You are here: SQL Reference > SQL Functions and Operators > Other Functions > CONVERT
ContentsIndexHome
PreviousUpNext
CONVERT
CONVERT

 

Syntax

CONVERT(value,type)

 

Converts the value type, where type is either a string or integer of of one of the internal data type identifier numbers or type names

 

 

Related