Viewing the SQL version of a query
When you create a query, the query is converted to a SQL (Structured Query Language) statement. This statement is applied against the database. You can view the SQL version of a query, however you cannot modify the SQL statement.
Viewing the SQL statement for a query can be helpful in understanding how the query works. This option can also be useful when you are attempting to write SQL for other parts of the program and require to view a sample of working SQL code.
To view the SQL version of a query, you must access the Query Builder and click
.You can close the window, after viewing the SQL statement.