摘要:        
创建表: create table stu_info( id int identity(1,1) not null primary key clustered, name char(10) not null, score numeric not null ) 新建主键: create table stu_info( id int identity(1,1) not null, name ...    阅读全文
posted @ 2019-04-18 10:29
竹心_兰君
阅读(326)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号