Viewing 3 posts - 1 through 4 (of 4 total)
i want to block the system message.
exception handling is possible in sql .if yes the how it can be handle?
January 10, 2006 at 2:13 am
#613741
Try this
select distinct ID from table_name
query returns :
A
1
2
3
January 3, 2006 at 2:11 am
#612348
i think here problem is with the assigning the value to variable
select
@purgecount = count(D.EventID),
@totcovchrg = sum(CoverChrgAmt),
@totpaymntamt = sum(PaymntAmt),
@totreimamt = sum(CalcTotalReimAmt)
December 9, 2005 at 4:39 am
#608616