Update script from SQL-Window - Edit Data

UPeter

Member²
Hallo
it is possible to generate a upadate script (for example: update table set feld1=1 where id=1 ...), when i have changed in a SQL Window opend with Edit Data
(select t.*, t.rowid from table t).
So i can create a script to execute in a other db.
 
No, this is currently not possible. It's on the list of enhancement requests though. In specific situations you may also be able to use the "Compare Table Data" tool.
 
Back
Top