We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This may related to #12818
No response
CREATE TABLE test1 (c_0 TIMESTAMP, c_1 INT, c_2 FLOAT); CREATE TABLE test2 (c_0 TIMESTAMP, c_1 INT, c_2 FLOAT); SELECT max(T1.c_0) OVER(PARTITION BY T2.c_0<>T1.c_0) FROM test1 AS T1 INNER JOIN test2 AS T2 ON T1.c_0>T2.c_0 group by T1.c_0,T2.c_0;
Docker
PostgreSQL 9.5-RisingWave-1.2.0 (f27f085)
The text was updated successfully, but these errors were encountered:
duplicate with #10666, already fixed in main
Sorry, something went wrong.
No branches or pull requests
Describe the bug
This may related to #12818
Error message/log
No response
To Reproduce
Expected behavior
No response
How did you deploy RisingWave?
Docker
The version of RisingWave
PostgreSQL 9.5-RisingWave-1.2.0 (f27f085)
Additional context
No response
The text was updated successfully, but these errors were encountered: