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

Error when executing ALTER TABLE the SET option #1269

Open
IrisesD opened this issue Nov 6, 2024 · 1 comment
Open

Error when executing ALTER TABLE the SET option #1269

IrisesD opened this issue Nov 6, 2024 · 1 comment

Comments

@IrisesD
Copy link

IrisesD commented Nov 6, 2024

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.

@nicecui
Copy link
Collaborator

nicecui commented Nov 7, 2024

Thanks for your feedback. It’s in the Nightly release, you can try this feature in v0.10.0-nightly-20241104.

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

No branches or pull requests

2 participants