Viewing post 1 (of 1 total)
Why use cursor if they're not necessary.
If i understand what you need is similar to this
set @count = select count(1) from table where row1 = value1
Case
When @count = 0 Then
return...
July 20, 2004 at 3:35 am
#515187