How could a table can be moved from one tablespace (16K page size) to another tablespace(32K page size) in DB2 version 10 onwards? I want to avoid the options like rename, create another table, copy data, drop renamed tables etc.
In Oracle world the same can be achieved through a simple ALTER statement. My question is there anything similar available for DB2 ?