hi,I have two records...is having pid=10id pid101 10102 10103 5104 6106 5then i executed the below query..update Child set pid=10 where id in (101,102)the sql server showing message like (2 row(s) affected) but as per data no records updated so i need to change this message type if i ran the above update query the the result should be like (0 row(s) affected)is there any way to change this...
↧