SQL 语法 二
摘要:
18 INSERT INTO Websites (name, country) SELECT app_name, country FROM apps; 复制 "apps" 中的数据插入到 "Websites" 中: 19 在 SQL 中,我们有如下约束: NOT NULL - 指示某列不能存储 NU 阅读全文
posted @ 2018-09-12 19:31 cdut007 阅读(117) 评论(0) 推荐(0) 编辑