modify tips text

This commit is contained in:
tickduan 2021-06-03 17:50:08 +08:00
parent ba6b1a7022
commit 6bfbe73623
1 changed files with 1 additions and 1 deletions

View File

@ -6665,7 +6665,7 @@ int32_t doCheckForStream(SSqlObj* pSql, SSqlInfo* pInfo) {
const char* msg6 = "from missing in subclause";
const char* msg7 = "time interval is required";
const char* msg8 = "query column is required";
const char* msg9 = "the first column should be primary timestamp column";
const char* msg9 = "the first column must be timestamp type";
SSqlCmd* pCmd = &pSql->cmd;
SQueryInfo* pQueryInfo = tscGetQueryInfoDetail(pCmd, 0);