diff --git a/tests/script/general/parser/constCol.sim b/tests/script/general/parser/constCol.sim index 69f411170022edb85e931583445b61c5400d0179..7ae496f1ac60ca7c4eb2b143f4d906c0c18e3726 100644 --- a/tests/script/general/parser/constCol.sim +++ b/tests/script/general/parser/constCol.sim @@ -358,7 +358,7 @@ sql_error select * from t1 where ts>now-1y sql_error select * from t1 where ts>now-1n print ========================> td-1752 -sql select * from st2 where t2 < 200 and t2 is not null; +sql select * from db.st2 where t2 < 200 and t2 is not null; if $rows != 1 then return -1 endi @@ -375,7 +375,7 @@ if $data02 != 1 then return -1 endi -sql select * from st2 where t2 > 200 or t2 is null; +sql select * from db.st2 where t2 > 200 or t2 is null; if $rows != 0 then return -1 endi