No, you have to drop and recreate the table. I unload the data, drop and recreate the table and access rights, and load the data back, minus the deleted columns. You may invalidate all plans referencing that table (check for plans in SYSIBM.SYSPLANDEP), so rebinds may be needed. Triggers and views on that tables will be lost too. The Admin. Guide has a bit on the "Implications of dropping a table" that you might want to read before you do this, especially if the table is in production.