
Use the "New" button to make a new, blank SQL script and "Open" to open an existing file.. Use "Run" to run scripts. The folder currently selected in the Entrance explorer tree is the default for saving "Untitled" scripts or using "Save as...".
By default, Entrance places text and graphics on a "Results" tab and error messages on the "Messages" tab. From the table popup you can save the results as a web page or export its charts and tables individually. You can also save a web page using File | Save as HTML.
Use "Copy table as HTML..." to move results into an HTML editor like Wordpress, and use "Copy table as tabbed..." to move results into a spreadsheet.
To stop a script, first click its tab to bring it to the top of the others, then click the "Stop" button on the toolbar.
REPORT
TITLE "Gross Sales"
TITLE "Period ending 6/30/07"
TITLE ""
COMMENT "This will go below the results"
SELECT Item, Price, Count, Revenue from SalesJournal;
Refer to the Help menu for more details about the REPORT keyword.