Construct the SELECT fields FROM schema.table base query. The SQL Statement is not terminated for the addition of other parameters generated using "construct" functions.
draft_base(fields = "*", distinct = FALSE, schema, table_name)
distinct | if TRUE, the DISTINCT fields will be selected for. |
---|
Other draft functions:
draft_create_table_from_df()
,
draft_create_table()
,
draft_in()
,
draft_join()
,
draft_limit()
,
draft_random()
,
draft_table_path()
,
draft_where_in()
,
draft_where_like()
,
draft_where_lower_in()
,
draft_where_lower_like()
,
draft_where_lower_not_in()
,
draft_where_not_in()
,
paste_wheres()
,
table.path()