From 08cb8c361ec38c3a3f34723b679a57031a20fa5b Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Sun, 6 Jun 2021 00:28:34 +0800 Subject: [PATCH] [TD-4426] fix compile error --- tests/script/general/parser/where.sim | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/script/general/parser/where.sim b/tests/script/general/parser/where.sim index d98d2f0507..270f13eaac 100644 --- a/tests/script/general/parser/where.sim +++ b/tests/script/general/parser/where.sim @@ -155,14 +155,14 @@ sql_error select last(*) from wh_mt1_tb1 where c6 in ('1') #sql_error select last(*) from wh_mt1_tb1 where c7 in ('binary') #sql_error select last(*) from wh_mt1 where c8 in ('nchar') #sql_error select last(*) from wh_mt1_tb1 where c9 in (true, false) -#sql_error select last(*) from wh_mt1 where c10 in ('2019-01-01 00:00:00.000') -#sql_error select last(*) from wh_mt1_tb1 where c10 in ('2019-01-01 00:00:00.000') -sql_error select last(*) from wh_mt1 where t1 in ('binary') -sql_error select last(*) from wh_mt1 where t2 in (1) -sql_error select last(*) from wh_mt1 where t3 in (1) -sql_error select last(*) from wh_mt1 where t4 in (1) -sql_error select last(*) from wh_mt1 where t5 in (1) -sql_error select last(*) from wh_mt1 where t6 in (1) +sql_error select last(*) from wh_mt1 where c10 in ('2019-01-01 00:00:00.000') +sql_error select last(*) from wh_mt1_tb1 where c10 in ('2019-01-01 00:00:00.000') +#sql_error select last(*) from wh_mt1 where t1 in ('binary') +#sql_error select last(*) from wh_mt1 where t2 in (1) +#sql_error select last(*) from wh_mt1 where t3 in (1) +#sql_error select last(*) from wh_mt1 where t4 in (1) +#sql_error select last(*) from wh_mt1 where t5 in (1) +#sql_error select last(*) from wh_mt1 where t6 in (1) sql select last(*) from wh_mt1 where c1 = 1 if $rows != 1 then return -1 -- GitLab