SQL语句

更新多行:update XX set XX=XX  where xx=xx       (set和where联合更改某一行)

添加1行: insert  into  XX   values

删除1行: delete from XX

子查询:where 和 in 联合

原文地址:https://www.cnblogs.com/hellochennan/p/6692403.html