This is a non-terminal render, meaning that the SQL component will not be terminated with a semicolon in order to construct complex SQL queries.
draft_where_lower_not_in(field, vector)
field | Single field to be filtered for |
---|---|
vector | vector of values that the SQL query is filtering for |
Other draft functions:
draft_base()
,
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_not_in()
,
paste_wheres()
,
table.path()