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
This syntax is valid for other ODBC-compliant databases (e.g., SQL Server, PostgreSQL), but ClickHouse throws a syntax error:
Expected colon between name and type. (SYNTAX_ERROR)
Environment
ClickHouse Version: 25.5.1.2782
ODBC Driver: 1.4.1.20250523
Client: Power BI (DirectQuery mode)
Why this matters
This severely limits ClickHouse usage in DirectQuery mode for BI tools that rely on ODBC (Power BI, Tableau, etc.), and there's currently no workaround that:
Preserves NULLs
Avoids SQL generation errors
Keeps full BI tool functionality without rewriting queries in views