To explicitly convert a string into an integer, you use the CAST () function as the following statement: SELECT ( 1 + CAST ( '1' AS UNSIGNED ))/ 2;. How to cast ...
確定! 回上一頁