Hacker News new | ask | show | jobs
by de6u99er 297 days ago
You can always start with the FROM clause and then add the SELECT clause above it if it's a out auto-,completion.

I usually start with: ``` select * from <table> as <alias> limit 5 ```