Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-43

command deterministic subqueries without from clauses should be merged if possible

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Optional
    • None
    • 6.0.0
    • Query Engine
    • None

    Description

      Defect Tracker #24752: command deterministic subqueries without from clauses should be merged if possible:

      i.e. select e1, a from pm1.g1, (select 1 a) x <=> select e1, 1 from pm1.g1
      i.e. select e1, (select 1 a) from pm1.g1 <=> select e1, 1 from pm1.g1

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-engineering-shawkins Steven Hawkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: