By default, MySQL is not strict with type casting. ... cast float to unsigned integer SELECT CAST(1.0 AS UNSIGNED); -- cast string to date SELECT ...
確定! 回上一頁