Return SQL transform of tokens.
pre_sql_to_query(
x,
db_info,
...,
source_table = NULL,
source_limit = NA_real_,
using = NULL,
qualifiers = NULL
)
SQL command
parsed tokens.
DBI connnection or rquery_db_info object
generic additional arguments (not used).
character if not NULL name of source table.
numeric if not NULL limit sources to this many rows.
character, if not NULL set of columns used from above.
named ordered vector of strings carrying additional db hierarchy terms, such as schema.