hi all,
i can use the import-command (IMPORT FROM "/dev/null" OF DEL REPLACE INTO xyz

to delete all rows rather than "delete from xyz" under db2 (oracle uses truncate table xyz) ..
how can i use the "import-command" in a java-application to delete rows of a big table? or is there any other methods like truncate under oracle to use ist within an application under db2?
thanks all