Description
Thequery() methods enables you to run queries on models, tables, and views stored in a project.
Syntax
Use thequery() method to submit a query to a project:
query() methods enables you to run queries on models, tables, and views stored in a project.
query() method to submit a query to a project:
query = project.query('SELECT * FROM my_table;')
query.fetch()
Was this page helpful?