sql 存储过程返回值 转自:http://hi.baidu.com/shenlinhuo/blog/item/59836d1f7bd8940c314e1527.html 1:return... 2008年11月29日 阅读 103 次浏览 发表评论 阅读全文
sql游标 DECLARE @username varchar(100) DECLARE myCusor CURSOR FOR select username from use... 2008年11月28日 阅读 96 次浏览 发表评论 阅读全文
触发器 今天终于动了动触发器 回到家小写一个简单的 ALTER TRIGGER reminder ON userinfo FOR INSERT AS decla... 2008年11月18日 阅读 84 次浏览 发表评论 阅读全文