
SQL
玄冬Wong
别把自己当回事儿,我还是一只菜鸟……
展开
-
报表[SQL语句]
字段名函义数据类型是否为空备注CliId顾客编号intNPK 自动加1CliName顾客姓名varchar(20)NCliSex性别char(10)NCliCertificat原创 2009-01-12 20:41:00 · 1626 阅读 · 0 评论 -
简易银行取款系统-2
---修改密码use bankgocreate proc proc_setPass@name varchar(15),@pass varchar(6)asbegin transactionupdate dbo.cardInfo set pass=@pass where customerID=(select customerID from dbo.userInfo wh原创 2008-11-20 00:00:00 · 1038 阅读 · 0 评论 -
SQL基础1--创建表、用户
;EXEC sp_configure show advanced options, 1 --;RECONFIGURE WITH OVERRIDE --;EXEC sp_configure xp_cmdshell, 1 --;RECONFIGURE WITH OVERRIDE -- ;EXEC sp_configure show advanced options, 0原创 2009-04-18 01:36:00 · 756 阅读 · 0 评论