删除一个表:drop table if exists 表名;在表中插入行:Insert into 表名 values(, , ,)创建表:Create table 表名(Id int(10) primary key auto_increment, // auto_increment自增的意思Name varchar(10),Age int unsigned,Height decimal(5,2)) 删除行: ......
本文摘自 :https://www.cnblogs.com/
海量资源,尽在掌握
删除一个表:drop table if exists 表名;在表中插入行:Insert into 表名 values(, , ,)创建表:Create table 表名(Id int(10) primary key auto_increment, // auto_increment自增的意思Name varchar(10),Age int unsigned,Height decimal(5,2)) 删除行: ......
本文摘自 :https://www.cnblogs.com/
开通会员,享受整站包年服务