問題描述將十進制數轉換為INT SQL (Convert decimal number to INT SQL) 我想將十進制數3562.45 轉換為356245,可以是int 或varchar。我正在使用cast(3562.45 as int) ...
確定! 回上一頁