摘要: trackingNumber.StartsWith("LZD") 阅读全文
posted @ 2018-03-28 17:23 落霞秋水 阅读(6300) 评论(0) 推荐(0) 编辑
摘要: select into from 和 insert into select都是用来复制表, 两者的主要区别为: select into from 要求目标表不存在,因为在插入时会自动创建。 insert into select from 要求目标表存在 备份表数据: create table emp 阅读全文
posted @ 2018-03-28 14:27 落霞秋水 阅读(12646) 评论(0) 推荐(0) 编辑