Anyway to get update query of edited data in table ?

c_cavusoglu

Member²
Hi,

When you click edit data in table and change content of the rows and commit it, is there anyway to get executed update query in background ? That query would be very useful since we could use it when we re going to deploy it in production environment.
Generally we manually prepare the update query for production environment to execute and it is taking time. I thought there may be an easier way
Thanks.
 
There is currently no option to capture the SQL that is executed when you update records in a SQL Window. I have added this to the list of enhancement requests.
 
Back
Top