E eval Member Nov 24, 2005 #1 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
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
J Joachim Rupik Member³ Nov 24, 2005 #1 Please press an 'Edit data' button (with padlock) on SQL Window's toolbar.
F F. van Boven Member² Nov 29, 2005 #1 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
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