摘要:
表stuinfo,有三个字段recno(自增),stuid,stuname 建该表的Sql语句如下: CREATE TABLE [StuInfo] ( [recno] [int] IDENTITY (1, 1) NOT NULL , [stuid] [varchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL , [stuname] [varchar] (10... 阅读全文
posted @ 2009-10-20 12:34
jackyrong的世界
阅读(608)
评论(0)
推荐(0)
浙公网安备 33010602011771号