is_table_exists
Check whether a specified table exists in a DuckDB database to prevent errors before running queries.
Instructions
Check if a table exists in the DuckDB database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of table to check |