create table Elements
(
i int not null primary key
)
GO
insert into Elements
values (1),(2),(3),(4),(5),(6),(7);
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....