建表语句
create table testfy ( id int AUTO_INCREMENT, clipid int comment ‘影片编号‘, clipname varchar(50) comment ‘影片名称‘ )comment=‘数据分页技术测试表’
那些年我写过的mysql命令
原文:https://www.cnblogs.com/saintdingspage/p/10147021.html