ClickHouse 26.3 adds ANSI SQL time keywords to ease database migrations
ClickHouse version 26.3 introduces support for standard SQL temporal keywords such as CURRENT_DATE, CURRENT_TIMESTAMP, and NOW without parentheses, improving compatibility with the ANSI SQL standard. Previously, developers migrating from databases like PostgreSQL, MySQL, or Snowflake had to rewrite time-related queries to use ClickHouse-native functions such as today() and now(). The update allows SQL queries from other systems to run in ClickHouse with little or no modification, reducing migration effort across large query sets. BI and reporting tools like Tableau, Metabase, and Apache Superset, which auto-generate ANSI SQL, are expected to benefit directly from this change. The existing native ClickHouse functions remain fully supported and are still the recommended approach for new development.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in