摘要:use Northwind;if object_id('tb_Letters',N'U') is not null begindrop table tb_Letters;end;create table tb_Letters( letter char(1));insert into tb_Letters select 'A';insert into tb_Letters select 'B';insert into tb_Letters select 'C';insert into tb_Letters selec
阅读全文
浙公网安备 33010602011771号