The standard SQL syntax for this is CAST(expr AS typename) . ... 3.0 SELECT CAST('hello' AS INTEGER); -- Conversion Error: Could not convert string 'hello' ...
確定! 回上一頁