提交 b3379d2d 编写于 作者: wmmhello's avatar wmmhello

TD-6129<feature> add tag-> where logic

上级 509c56a1
......@@ -4495,9 +4495,9 @@ static int32_t handleExprInQueryCond(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, tSql
SStrToken* colName = NULL;
if(pLeft->tokenId == TK_ARROW || pLeft->tokenId == TK_QUESTION){
colName = pLeft->pLeft->columnName;
colName = &(pLeft->pLeft->columnName);
}else{
colName = pLeft->columnName;
colName = &(pLeft->columnName);
}
int32_t ret = TSDB_CODE_SUCCESS;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册