摘要:
-----DB-------create database DB --创建一个数据库名为DBgouse DB --选择DB数据库go-----------------------------创建用户表-------------------------------------create table tb_User( id int identity(1,1) primary key not null, --identity(1,1)以1为开始数据,每次自增1。primary key设id列为主键。not null id列非空,即不能为空 [name] varchar(10) uni... 阅读全文
posted @ 2014-02-21 16:48
时光未曾老去.
阅读(184)
评论(0)
推荐(0)

浙公网安备 33010602011771号