cancel empty from clause support
This commit is contained in:
parent
1922210f70
commit
45cae0bb0b
|
@ -647,7 +647,6 @@ select_list:
|
|||
|
||||
from_clause:
|
||||
FROM table_ref { $$ = $2; }
|
||||
| /* empty */ { $$ = nullptr; }
|
||||
;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue