create table  student(

id int(4) not null,

name char(20) not null,

age int(3) not null default '0',

dept varchar(16) default null,

);

相关文章:

  • 2021-12-17
  • 2021-08-27
  • 2022-12-23
  • 2021-04-13
  • 2021-07-03
  • 2021-11-28
  • 2022-02-11
  • 2021-08-05
猜你喜欢
  • 2021-07-10
  • 2021-10-10
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-12-19
相关资源
相似解决方案