Method Sql.tds()->big_query()->create()
- Method create
Sql.tds.big_query Sql.tds.big_query(string|compile_query query)
- Description
Execute a query against the database.
- Parameter query
The query to execute. This can either be a string, or a compiled query.
- See also