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
Hi! I've got a error in DBeaver 'SQL Error [XX000]: ERROR: Unsuported quack type: 1700'
when run drop table if exists quack.customer; CREATE TABLE quack.customer (C_CUSTKEY INT, C_ACCTBAL DECIMAL(15,2)) USING quack;
See
C_ACCTBAL DECIMAL(15,2))
The same script works fine for DuckDB
The text was updated successfully, but these errors were encountered:
Hi! I've got a error in DBeaver 'SQL Error [XX000]: ERROR: Unsuported quack type: 1700'
when run
drop table if exists quack.customer; CREATE TABLE quack.customer (C_CUSTKEY INT, C_ACCTBAL DECIMAL(15,2)) USING quack;
See
C_ACCTBAL DECIMAL(15,2))
The same script works fine for DuckDB
The text was updated successfully, but these errors were encountered: