The SQL Template menu allows choosing skeleton templates of common SQL statements. Capitalized words are keywords. Lowercase words should be replaced with your data. Generally, the first line is required and additional lines are optional clauses.
This function will show the the results from SQL SELECT
queries which return rows of data by using the SQLTable()
JavaScript method. All SQL statments other than SELECT
will use the execute()
JavaScript method.