MySQL数据库基本命令四

2024-11-03 07:35:00

1、drop table 表名;(删除表)

MySQL数据库基本命令四

3、insert into 表名(字段名1,字段名2,……) value(数据1,数据2,……);(插入一列)

MySQL数据库基本命令四

5、update 表名 set 字段名=值 where 条件and条件;(更新修改信息)

MySQL数据库基本命令四
猜你喜欢