SELECT 'The first name is ', fname FROM customer; INSERT INTO manufact VALUES ('SPS', 'SuperSport'); UPDATE cust_calls SET res_dtime = '2007-1-1 10:45' WHERE customer_num = 120 AND call_code = 'B';
要获取更多信息,请参阅 用引号括起的字符串。