I want to update a row in my table. After updating I want to select the same row. How can I do this in one query?
Steps to be performed:
- UPDATE a row.
- Fetch the values in updated row.
Is it possible using a single query?
I want to update a row in my table. After updating I want to select the same row. How can I do this in one query?
Steps to be performed:
Is it possible using a single query?