### Topic Enhance existing features ### Description 下面语句 按理说应该有两个错误,但是只抛出了一个 ``` SELEC * from table1; SELEC * from table2; ``` 