update issue

  • Hi,

        i need help on this. i have a table called as Claim_Counts which has a datatype int.i want to update this column in the table with a FLAG with the same value (True) for all.

  • Please clear ur requirement!!

    If u want to run the update statement u can use it...

    Update table_name set Claim_Count=(case when Flag=true then 1 else 0 end)

    Otherwise clear ur requirement.

     

    Regards ,

    Amit Gupta

     

     

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply