Viewing post 1 (of 1 total)
hi,
You have to specify which column should modify with the cursor declaration.
/***Try this code for declaring the cursor**/
Declare crs_CoveragePremiums Cursor For
Select CP.CovID,
...
July 24, 2009 at 2:40 am
#1029519