Hi Gurus,

My system: DB2 v9.5_FP0 (Windows).

I have two questions that I seek help with:

1. I want to create a table using the following:
- db2 create table SCHEMA.DBCFG like SYSIBMADM.DBCFG
however, I want to add a 'snapshot_times tamp' column. Is it possible to achieve that with the create command above or do I have to perform an 'alter table' post the 'create like' command.

...