jimmybajwa
Programmer
Can we get the no of rows updated in a update statement.
For E.G :
Update
SET emp_project = 'xyz'
Where
emp_join_date between '01/01/2003' and '01/02/2003' ;
How can we get the no of rows updated by this query ?
Thanks
Jimmy Bajwa
For E.G :
Update
SET emp_project = 'xyz'
Where
emp_join_date between '01/01/2003' and '01/02/2003' ;
How can we get the no of rows updated by this query ?
Thanks
Jimmy Bajwa