How can I disable the generation of the CREATE TABLE statement?
I want to use two scripts one to generate the table structure and the other one to import the data. And therfore I don't need the CREATE TABLE statement in the dump file.
Thanks for your support