Skip to content

[BUG] JSQLParser Version : 4.9 RDBMS : not support clickhouse quantile expression #2125

Open
@Knight-ZXW

Description

@Knight-ZXW

Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram

Failing SQL Feature:

quantile(0.95)(cost) not support

SQL Example:

select toStartOfDay(timestamp) AS date, count(1) as count, quantile(0.95)(cost) as 95cost from apm_log_event

Software Information:

  • JSqlParser 4.9
  • Database :Clickhouse

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions