Export Dataset as "Select statements (from dual)" starts with "UNION ALL"

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.