游客发表

适合初学者的MySQL学习笔记之表操作示例

发帖时间:2025-11-04 13:56:39

适合初学者的MySQL学习笔记之表操作示例
复制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.

    热门排行

    友情链接