摘要:
create procedure procname AS declare @recount int select @recount=count(id) from school --最关键在这句 select @recount=count(id) from school select @recount=select count(id) from school -- 错误:这里就不再需要select... 阅读全文
posted @ 2009-11-05 15:22
苍马之子
阅读(21932)
评论(2)
推荐(0)

浙公网安备 33010602011771号