]
Johnathon Lee closed TEIID-3464.
--------------------------------
Resolution: Done
Inline scalar with clauses
--------------------------
Key: TEIID-3464
URL:
https://issues.jboss.org/browse/TEIID-3464
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.3.6_2, 8.11
A query of the form:
WITH t\(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.