fix bug in select_with_query

This commit is contained in:
liyang 2019-12-19 20:33:49 +08:00
parent e9d4d2cf26
commit 59f0431e2d

View File

@ -41,7 +41,7 @@ select_query
;
select_query_main
: select_with_step
: select_with_step?
select_select_step select_from_step?
K_FINAL? select_sample_step?
select_array_join_step? select_join_step?