Is there some way to quickly type common SQL, like "select * from x where y order by z"?
I often need to type this multiple times a day into a query editor window. A keyboard shortcut would save a lot of time (cumulatively)
I don't want to open a file with a template; the number of clicks and key presses is as much as typing the code, and it distracts from my train of thought
I can't use a Query Shortcut as that executes code; it doesn't type it on screen
