[td-3009] <fix>: diff can not be applied to unsigned numeric data type.

This commit is contained in:
Haojun Liao 2021-02-25 17:40:14 +08:00
parent 6376cf2f98
commit 83282d1f81
1 changed files with 1 additions and 0 deletions

View File

@ -1885,6 +1885,7 @@ int32_t addExprAndResultField(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, int32_t col
const char* msg7 = "normal table can not apply this function"; const char* msg7 = "normal table can not apply this function";
const char* msg8 = "multi-columns selection does not support alias column name"; const char* msg8 = "multi-columns selection does not support alias column name";
const char* msg9 = "invalid function"; const char* msg9 = "invalid function";
const char* msg10 = "diff can no be applied to unsigned numeric type";
switch (optr) { switch (optr) {
case TK_COUNT: { case TK_COUNT: {