那些年我写过的mysql命令
Posted saintdingtheGreat
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了那些年我写过的mysql命令相关的知识,希望对你有一定的参考价值。
建表语句
create table testfy ( id int AUTO_INCREMENT, clipid int comment ‘影片编号‘, clipname varchar(50) comment ‘影片名称‘ )comment=‘数据分页技术测试表’
以上是关于那些年我写过的mysql命令的主要内容,如果未能解决你的问题,请参考以下文章