You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example
ALTER TABLE table
ON CLUSTER cluster
MODIFY TTL toStartOfMonth(created_at) + INTERVAL 3 MONTH
SETTINGS materialize_ttl_after_modify=0
FORMAT JSON;
return error - Syntax error: failed at position 157 ('FORMAT') (line 5, col 5): FORMAT JSON. Expected end of query.
It doesn't matter whether we add ON CLUSTER or not
The text was updated successfully, but these errors were encountered:
After 190 the problem appeared
example
ALTER TABLE table
ON CLUSTER cluster
MODIFY TTL toStartOfMonth(created_at) + INTERVAL 3 MONTH
SETTINGS materialize_ttl_after_modify=0
FORMAT JSON;
return error - Syntax error: failed at position 157 ('FORMAT') (line 5, col 5): FORMAT JSON. Expected end of query.
It doesn't matter whether we add ON CLUSTER or not
The text was updated successfully, but these errors were encountered: