jiangyan219

1.建库

create database DBTest

2.建表

create table pagetest
(
id int identity(1,1) not null,
col01 int null,
col02 nvarchar(50) null,
col03 datetime null
)

 

分类:

技术点:

相关文章:

  • 2022-01-12
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2021-06-28
  • 2021-04-30
  • 2021-06-25
猜你喜欢
  • 2021-11-04
  • 2021-11-30
  • 2022-12-23
  • 2021-09-07
  • 2022-01-14
  • 2022-12-23
  • 2022-01-02
相关资源
相似解决方案