diff --git a/src/parser/bison_parser.y b/src/parser/bison_parser.y index 7d280a9..b18ac19 100755 --- a/src/parser/bison_parser.y +++ b/src/parser/bison_parser.y @@ -186,7 +186,7 @@ int yyerror(YYLTYPE* llocp, SQLParserResult* result, yyscan_t scanner, const cha %type update_statement %type drop_statement %type show_statement -%type table_name +%type table_name %type opt_alias alias file_path prepare_target_query %type opt_not_exists opt_exists opt_distinct %type import_file_type opt_join_type column_type