Viewing and Entery SQLYou can use the NetQuery program to learn the Standard Query Language (SQL) that is used in most database programs by watching what SQL the program uses to execute your requests. Also, you can enter in your own SQL by hand if you know how. Viewing Generated SQL To view the SQL NetQuery generates, select columns and apply filters and press the query button to start the request. Now look at the SQL bar at the top of the window, it contains the SQL NetQuery is using to perform your query. To see it in a larger window, press the Expand button. Entering in SQL You can enter in your own SQL by putting a check in the Edit box and typing into the SQL Bar. You can use a larger, resizable window for this by pressing the Expand button. When you are finished press the Query button and NetQuery will process your SQL and return the results. |