摘要:
1. Which assertion about the following statements is most true?SELECT name, region_code||phone_number FROM customers;SELECT name, CONCAT(region_code,phone_number) FROMcustomers;A. If the region_code i... 阅读全文
posted @ 2008-08-26 14:02
jiangjian_85
阅读(829)
评论(0)
推荐(0)