I would like to suggest a feature, what is autogenerate aliases after the table and column. For example:
SELECT * from DB1.AppleTree(after space become)SELECT * from DB1.appleTree at-
SELECT * from DB1.AppleTree AS(after space become)SELECT * from DB1.appleTree AS at
If there is a function for that right now, pls let me know!