EN VI
Posts (0)
Questions (2)
2024-03-10 03:30:05
Merging top 10 groups from each node. Note that it's logically the same as getting top 10 groups from the whole table because of group by the same column used in the distribution key expression. selec...
2024-03-11 15:00:08
You can try to use indexOf keyword. SELECT name FROM table WHERE id IN (5, 3, 7, 8, 11, 14, 54) ORDER BY indexOf([5, 3, 7, 8, 11, 14, 54], id); This gives you the result in the order specified in the...
Tags: sql database clickhouse

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login