-- cast float to integer select cast(1.0123456789 as int); select convert(int,1.0123456789); -- cast string to date select cast('11-02-2020' as date); select ...
確定! 回上一頁