Convert a pre_sql token object to SQL query text.

# S3 method for pre_sql_token
to_query(x, db_info, ..., source_table = NULL,
  source_limit = NA_real_, using = NULL)

Arguments

x

the pre_sql token

db_info

representation of the database to convert to

...

force later arguments to be by name

source_table

concrete table for query

source_limit

numeric limit on rows from this source table

using

TBD

Value

SQL query text