if(@rownum1<=@rownum2)
begin
rollback tran
end
else
begin
commit tran
end
end
else
begin
rollback tran
end
原文:http://www.jb51.net/article/23951.htm