You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sql is:
'ALTER TABLE taxi ADD COLUMN test STRUCT<a:INT, b:DOUBLE>'
duckdb.duckdb.ParserException: Parser Error: syntax error at or near "<"
LINE 1: ALTER TABLE taxi ADD COLUMN test STRUCT<a:INT, b:DOUBLE>
The text was updated successfully, but these errors were encountered:
The sql is:
'ALTER TABLE taxi ADD COLUMN test STRUCT<a:INT, b:DOUBLE>'
duckdb.duckdb.ParserException: Parser Error: syntax error at or near "<"
LINE 1: ALTER TABLE taxi ADD COLUMN test STRUCT<a:INT, b:DOUBLE>
The text was updated successfully, but these errors were encountered: