cancel empty from clause support

This commit is contained in:
root 2017-09-13 18:12:29 +08:00
parent 1922210f70
commit 45cae0bb0b
1 changed files with 0 additions and 1 deletions

View File

@ -647,7 +647,6 @@ select_list:
from_clause:
FROM table_ref { $$ = $2; }
| /* empty */ { $$ = nullptr; }
;