Description of problem:
INSERT INTO tbl SELECT * FROM other
Against a source that supports insert with query expression will fail with: org.teiid.query.sql.symbol.AllSymbol cannot be cast to org.teiid.query.sql.symbol.SingleElementSymbol
Version-Release number of selected component (if applicable):
jolee@redhat.com made a comment on bug 823583
Description of problem:
INSERT INTO tbl SELECT * FROM other
Against a source that supports insert with query expression will fail with: org.teiid.query.sql.symbol.AllSymbol cannot be cast to org.teiid.query.sql.symbol.SingleElementSymbol
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info: