Please search the existing issues for relevant feature requests, add upvotes to pre-existing requests.
Feature Description
重写规则star2columns,用来为SELECT *补全表的列信息,默认带有table。希望可以再出一个不带table的列信息,供用户自行选择。
Use Case(s)
select table.c1, table.c2 from table;
select c1, c2 from table;