insert a row in SQL WINDOW

eval

Member
How to insert a row in SQL WINDOW after a where clause is added onto the SQL statement?
The + icon has been grey out as soon as a where clause is inserted. I am using version 6.0.6.964
 
Also, make sure you:

A - Add the column "rowid" to the statement

or

B - Add a "for update" clause at the end of your SQL

This marks the query as editable
 
Back
Top