Hello,
When i try to update or delete records from a MS SQL Table, how is it possible to
know the numbers of records that have been updated or deleted ?
Thanks .
MS SQL UPDATE and DELETE
Re: MS SQL UPDATE and DELETE
Code: Select all
select count(*) from BBDD where the condition of deleted or updated