Building on this post: MS Version of This MySQL View with GROUP BY?
How can subqueries be added?
All I want is to add to that view is an alias from a SELECT as an alias like:
... AS table2column2, (SELECT column1 FROM dbo.table3 WHERE constant = 1) AS table3column1, ...
Yes, I've looked everywhere. Interwebs have nada.
Thanks in advance!