I want to change the keep argument of TDengine database. I write the sql according its documents .
keep
ALTER DATABASE my_metrics keep 365;
Then I met an error :
Invalid database options
I think the syntax is correct. What may be the problem?