diff --git a/tests/script/general/parser/nestquery.sim b/tests/script/general/parser/nestquery.sim index f76e80581c879baed497b7595970fe8b061912ef..16803ea0965a66107a90aaf7ad37d715314a8258 100644 --- a/tests/script/general/parser/nestquery.sim +++ b/tests/script/general/parser/nestquery.sim @@ -342,9 +342,9 @@ endi sql select sample(x, 20) from (select c1 x from nest_tb0); -sql select top(x, 20) from (select c1 cs,x from nest_tb0); +sql select top(x, 20) from (select c1 x from nest_tb0); -sql select bottom(x, 20) from (select cs,c1 x from nest_tb0) +sql select bottom(x, 20) from (select c1 x from nest_tb0) print ===================> group by + having