MySQL CAST function examples. In the following example, MySQL converts a string into an integer implicitly before doing calculation: SELECT (1 + '1')/2;.
確定! 回上一頁