fix: add to help command

This commit is contained in:
Alex Duan 2024-11-28 17:12:12 +08:00
parent 9f90934029
commit 47625d6ddc
1 changed files with 1 additions and 0 deletions

View File

@ -662,6 +662,7 @@ void showHelp() {
now - current time \n\
Example : \n\
select * from t1 where ts > now - 2w + 3d and ts <= now - 1w -2h ;\n");
printf(ERROR_CODE_DETAIL);
printf("\n");
}