]
RH Bugzilla Integration commented on TEIID-3464:
------------------------------------------------
Andrej Smigala <asmigala(a)redhat.com> changed the Status of [bug
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.11, 8.7.3.6_2
A query of the form:
WITH t\(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.