Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: how to ignore error message in sql

    i want to block the system message.

    exception handling is possible in sql .if yes the how it can be handle?

  • RE: Counting the records

    Try this

    select distinct ID from table_name

    query returns :

    A

    1

    2

    3

  • RE: sql help

    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)

Viewing 3 posts - 1 through 4 (of 4 total)