[
https://issues.jboss.org/browse/TEIID-3464?page=com.atlassian.jira.plugin...
]
Steven Hawkins updated TEIID-3464:
----------------------------------
Description:
A query of the form:
WITH t\(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.
was:
A query of the form:
WITH t(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.
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
A query of the form:
WITH t\(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)