随笔分类 -  SqlServer

摘要:新的资料下载地址 阅读全文
posted @ 2020-03-16 17:01 徐朗 阅读(515) 评论(0) 推荐(0)
摘要:create table ST_PPTN_R_Real ( TID int primary key identity(1,1), STCD varchar(100) not null, TM datetime not null, DRP decimal(8,2) ) go insert into S 阅读全文
posted @ 2014-09-05 13:23 徐朗 阅读(1294) 评论(0) 推荐(0)