-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
I copy the example from https://community-extensions.duckdb.org/extensions/chsql.html
D SELECT url('https://urleng.com/test','JSON');
Binder Error: Function "url" is a table function but it was used as a scalar function. This function has to be called in a FROM clause (similar to a table).
LINE 1: SELECT url('https://urleng.com/test','JSON');
^lmangani
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request