Rene Saarsoo
Rene Saarsoo
Thanks for the feature request. So basically this comes down to being able to write the following SQL: ```sql SELECT item, COUNT(*) AS num_items, SUM(sales) AS total_sales FROM Produce WHERE...
If somebody is interested in this, a pull request is the best way to start. I personally won't be implementing any new dialects, especially ones of which I've never even...
Please read the FAQ that you can find in the README. Your problem is solved by correct configuration and by not using the outdated VSCode plugin. On Sat, Sep 7,...
Thanks for reporting. Turns out that the problem is caused by the parser. Most likely by the way the grammar is written. Unfortunately that whole "grammar" is more of one...
Thanks for reporting. There are a few different problems here. One is that the expression inside the first pair of parenthesis (the columns list) is pretty short, so it gets...
Sorry, but I don't quite understand what you are trying to say.
Thanks for the suggestion, but such a plugin is extremely unlikely to be implemented by me as I've never used IntelliJ. There do exist plugins Vim and Prettier which aren't...