If you export a dataset as "Select statement (from dual)" the resulting query starts with "UNION ALL":
UNION ALL
Select 'X' as dummy
FROM DUAL
;
If you export a dataset as "Select statement (from dual)" the resulting query starts with "UNION ALL":
UNION ALL
Select 'X' as dummy
FROM DUAL
;
Thanks Dirk. Fixed for next beta.