MySQL语法---数据库表操作
摘要:一、表操作 1、创建表 create table 表名(字段); 2、查询表 create tables; 3、删除表 drop table 表名; 4、查询表字段 show columns from 表名; 二、insert语句 数据插入使用insert关键字 1、插入数据 insert into
阅读全文
posted @ 2021-12-26 20:40
欢迎来到测试Test-Admin的博客
posted @ 2021-12-26 20:40
posted @ 2021-12-19 23:16
posted @ 2019-06-27 16:04
posted @ 2019-06-27 16:01
posted @ 2019-06-27 15:55
posted @ 2019-06-27 15:20