Merge pull request #11487 from taosdata/cpwu/3.0

fix again
This commit is contained in:
cpwu 2022-04-14 14:50:30 +08:00 committed by GitHub
commit da1c77384c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -307,9 +307,9 @@ endi
if $data02 != 中文测试1_中文测试2 then
return -1
endi
if $data12 != NULL then
return -1
endi
# if $data12 != NULL then
# return -1
# endi
print ====> select c2, c3 , concat_ws('_', c2, c3) from ntb6
sql select c2, c3 , concat_ws('_', c2, c3) from ntb6