Description Usage Arguments See Also
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.
1 | draft_where_like(field, term)
|
field |
Single field to be filtered for |
term |
Character string that the field parameter is searched 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_lower_in()
,
draft_where_lower_like()
,
draft_where_lower_not_in()
,
draft_where_not_in()
,
paste_wheres()
,
table.path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.