ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse
https://clickhouse.tech
Apache License 2.0
245 stars 86 forks source link

Unsupported type NULL #361

Closed AndrewNik closed 3 years ago

AndrewNik commented 3 years ago

Hello. I've set up odbc driver on Linux (Ubuntu 18.04). I am testing it via isql terminal, and I can't execute simple query like "SELECT NULL as test;" (see screenshot). Is it possible to work with null objects or should I use other types? image