Merge pull request #11501 from taosdata/cpwu/3.0

fix concat crash bug
This commit is contained in:
cpwu 2022-04-14 18:23:13 +08:00 committed by GitHub
commit 88586ddf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ endi
if $data12 != NULL then if $data12 != NULL then
return -1 return -1
endi endi
return
print ====> select c2, c3 , concat(c2,c3) from ntb6 print ====> select c2, c3 , concat(c2,c3) from ntb6
sql select c2, c3 , concat(c2,c3) from ntb6 sql select c2, c3 , concat(c2,c3) from ntb6