select CONVERT(datetime,value,103) from results
Run Code Online (Sandbox Code Playgroud)
这个声明给了我一个错误
"Msg 529, Level 16, State 2, Line 1
Explicit conversion from data type text to datetime is not allowed."
Run Code Online (Sandbox Code Playgroud)
VALUE 列数据类型是 RESULTS 表中的 TEXT。
我怎样才能克服上述问题。请帮忙 !