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

Exception with system table subquery

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.12
    • 8.7
    • Query Engine
    • None

      Issuing a subquery against a system table such as:

      SELECT t.Name FROM SYS.Tables as t, (SELECT DISTINCT c.TableName FROM SYS.Columns AS c) AS X_1 WHERE t.Name = X_1.TableName

      Results in the exception: TEIID30328 Unable to evaluate X__2.TableName: No value was available

      This is due to the project not being pushed and the project columns not being updated appropriately.

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

              Created:
              Updated:
              Resolved: