fix: add to help command
This commit is contained in:
parent
9f90934029
commit
47625d6ddc
|
@ -662,6 +662,7 @@ void showHelp() {
|
||||||
now - current time \n\
|
now - current time \n\
|
||||||
Example : \n\
|
Example : \n\
|
||||||
select * from t1 where ts > now - 2w + 3d and ts <= now - 1w -2h ;\n");
|
select * from t1 where ts > now - 2w + 3d and ts <= now - 1w -2h ;\n");
|
||||||
|
printf(ERROR_CODE_DETAIL);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue