-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
15.0.1
-
None
-
-
Undefined
When running the following query:
SELECT * FROM ( SELECT cast('<foo><timestamp>1</timestamp></foo>' AS xml) AS x UNION ALL --Second query in UNION ALL returns no rows as "test_dwh_pg.epettest1" table is empty SELECT cast('<tag></tag>' AS xml) AS x FROM test_dwh_pg.epettest1 ) AS raw, xmltable( '/foo' PASSING raw.x COLUMNS "timestamp" integer ) AS y ;;
Teiid returns two rows from time to time instead of only one row.