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
I tried using the example SET statements in ALTER TABLE options in the document: ALTER TABLE monitor SET 'ttl'='1d';
However the standalone mode server I used reported with the error message: (InvalidSyntax): sql parser error: expect keyword ADD or DROP or MODIFY or RENAME after ALTER TABLE, found SET
It seems that this option is still not supported in this version of Greptime.
Is there any inconsistency between the document and the code? The version of Greptime I used is v0.9.5.
The text was updated successfully, but these errors were encountered:
Error when executing ALTER TABLE the SET option
I tried using the example SET statements in ALTER TABLE options in the document:
ALTER TABLE monitor SET 'ttl'='1d';
However the standalone mode server I used reported with the error message:
(InvalidSyntax): sql parser error: expect keyword ADD or DROP or MODIFY or RENAME after ALTER TABLE, found SET
It seems that this option is still not supported in this version of Greptime.
Is there any inconsistency between the document and the code? The version of Greptime I used is v0.9.5.
The text was updated successfully, but these errors were encountered: