Overview
You can use query clauses to spell complete SQL statements.
Syntax
query = {SQL statement}
Example
query=SELECT brand, COUNT(*) FROM phone
You can use query clauses to spell complete SQL statements.
query = {SQL statement}
query=SELECT brand, COUNT(*) FROM phone