摘要: sql 入门经典五版中的数据表结构和插入语句SQL 代码(sql server) 代码下载 链接: https://pan.baidu.com/s/1-HH6nlLyPMHJMWBCTHjDBQ 密码: x9uf 阅读全文
posted @ 2018-03-11 14:39 xuelixue 阅读(176) 评论(0) 推荐(0)
摘要: for SQL Server 数据库: "update a set a.name=b.name1 from a,b where a.id=b.id" 以下在SQL Server中验证可行: update a set a.status=b.status from table1 a,table2 b w 阅读全文
posted @ 2018-03-11 12:46 xuelixue 阅读(556) 评论(0) 推荐(0)