Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Knight-ZXW opened this issue Dec 18, 2024 · 1 comment

Comments

@Knight-ZXW
Copy link

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

@manticore-projects
Copy link
Contributor

Greetings.

This is unsupported syntax far away from any standard and you would need to provide or sponsor an implementation to make it happen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants