FAQ
How to create a volatile table without generating errors
To create a volatile table without generating the error "Only
an ET or null statement is legal after a DDL Statement", do a
COMMIT after the creation of the volatile table and before
submitting any SQL instruction that acts on the volatile table. Do a
commit after populating the same table to be able to use it.