在SQL中,`CAST`函数用于将一个数据类型的值转换为另一个数据类型。其基本语法如下: ```sqlCAST(expression AS data_type)``` 其中: `expression` 是你...