时间:2021-07-01 10:21:17 帮助过:16人阅读
语法: UPDATE 表名 SET 字段1=值1, 字段2=值2, WHERE CONDITION; 示例: UPDATE mysql.user SET password=password(‘123’) where user=’root’ and host=’localhost’;
语法: DELETE FROM 表名 WHERE CONITION; 示例: DELETE FROM mysql.user WHERE password=’’;
单表查询
多表查询
MySQL之表操作
标签:set localhost 表操作 nbsp let targe html word 顺序