Hello everyone,
i want to get the rows that is updated by update command, but the result comes only the no of rows that are updated but i want the whole rows as in select command, so please tell me if anyone have any idea about it. i was trying this.
update newTable set readKey='1' where id in (select id from newTable where id='1111')
the result of this command will be only the rows no not complete rows but i want whole rows to be displayed.