Using WITH clauses can I output 1 table from my 2nd with select, and one from my main select?
Ex.
With Data1() As ( some select1 ), Data2