Class Sql.tds()->big_query
- Description
A query result set.
- 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