SUMMARY STEPS TO REPRODUCE 1. Create a query using SQL view. 2. Include in that query INSERT INTO like you would to insert data into another table,(i.e. insert into table2 (a, b, c) select (d, e, f) from table 1;) 3. click "Check Query" OBSERVED RESULT "The query is incorrect "INSERT" is a reserved keyword." EXPECTED RESULT The query is correct SOFTWARE/OS VERSIONS Windows: 10 ADDITIONAL INFORMATION
Created attachment 125645 [details] Image showing the issue.
Created attachment 125646 [details] Another image showing the error.
Thanks, changes the title to "Add support for INSERT queries in the Query designer" because for now only SELECT queries are recongnised in the Designer. Wish #298149 is somehow alternate approach too.