[td-3009] <fix>: diff can not be applied to unsigned numeric data type.
This commit is contained in:
parent
6376cf2f98
commit
83282d1f81
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue