I have a table product(id_product , name );
I have another one: productHistory (id_H , id_product , name);
I wanna create a query (db2) to insert all the row
"insert into yourtableone select default, val1, val2 from yourtabletwo" and declare the id as genereated by default