19 January,2012 by Tom Collins
Different methods of extracting DDL and moving data. Use according to the situation
1) Gives you the table CREATE statements
db2look -d DBNAME -e -t TABNAME
2) Use the DB2 Control Center to copy table and data
3) Use the CREATE … LIKE for the table structure
CREATE TABLE LIKE Follow up with INSERT INTO TAB1 (SELECT * FROM TAB2)
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |