Comment by yen223
2 years ago
WITH clauses are optional and appear before SELECT. No reason why the FROM clause couldn't behave the same
2 years ago
WITH clauses are optional and appear before SELECT. No reason why the FROM clause couldn't behave the same
Isn't that strictly for CTEs? In which case, you are SELECTing from the CTE.