SUBQuery Collapse
Status: Pre-Alpha
Brought to you by:
stracso
This is pure gravy on top of an already excellent utility ...
But the ability to collapse parenthesis within a query string when writing would be great.
ie. Suppose you have:
SELECT * FROM EMPLOYEES WHERE EMPLOYEEID IN (SELECT EMPLOYEEID FROM PERFORMANCEMETRICS WHERE PF < (SELECT AVG(PF) FROM PERFORMANCEMETRICS))
ie. You could double-click on a (SELECT and it would remove that subquery and replace it with <SQ001> or something ... Double Click on <SQ001> again and it'd put it back.
Just a thought.