The following SQL statement converts integer data to characters using CAST():. SELECT item_name, CAST(item_quantity AS CHAR(8)) FROM items;. As with CONVERT(), ...
確定! 回上一頁