当前位置:
适合初学者的MySQL学习笔记之表操作示例
时间:2025-11-04 19:26:25 出处:数据库阅读(143)

复制mysql> create table MyClass( > id int(4) not null primary key auto_increment,适合 > name char(20) not null, > sex int(4) not null default 0, > degree double(16,2)); 1.2.3.4.5.6.
                分享到:
                
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!