摘要:
CREATE PROCEDURE sptemp AS begin transaction insert into temp1(ddd) values(99) insert into temp1(ddd) values(100) --下面这句话报错 insert into temp1(ccc) values(101) IF ... 阅读全文
posted @ 2005-10-13 09:40
jhtchina
阅读(810)
评论(0)
推荐(0)
浙公网安备 33010602011771号