Is there any way to simulate an OUTPUT clause in MySQL, since we have an OUTPUT clause in SQL Server.
Here is the question I have
UPDATE employee SET empage = 10 OUTPUT INSERTED.empid WHERE (empage < 10)
Since I need to have this functionality for a MySQL server database too.
Please suggest the best way to achieve this functionality.
sql mysql
Saravanan Apr 28 '11 at 10:50 2011-04-28 10:50
source share