-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
A query of the form:
WITH t(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.
A query of the form:
WITH t(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.