2010年1月5日

SQL多表操作

摘要: Create database Newsgouse Newsgocreate table Category( CategoryID int identity(1,1) primary key not null, CategoryName varchar(20))gocreate table News( NewsID int identity(1,1) primary key not null, N... 阅读全文

posted @ 2010-01-05 01:13 anlantan 阅读(147) 评论(0) 推荐(0) 编辑

导航