heres how to delete the contents of an entire table in DB2
db2 import from /dev/null of del commitcount 1000 replace into 'tablename'
heres how to delete the contents of an entire table in DB2
db2 import from /dev/null of del commitcount 1000 replace into 'tablename'