SELECT convert(varchar(10), field_name) FROM table_name; SELECT str(field_name) FROM table_name;
確定! 回上一頁