create_table_from_url
Creates a DuckDB table from data at a URL, allowing custom table naming and replacement of existing tables.
Instructions
Create a table from a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to the file to load | |
| table | No | Optional table name to use | |
| replace | No | Whether to replace existing table |