go create table book ( BookNo char(10) primary key not null; BookName char(20) not null; BookAuthor char(10) not null; BookPrice double not null; BookAmount int default(0); ) go
111,126
社区成员
642,541
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧