I have a doubt. Please help
We have DB2 on our AIX machine. I have two tables (A and B). Table A has a column 'ACTIVE'. There are like 200 rows of data in this Table A. If column 'ACTIVE' =true, then i have to insert few rows of 'Table A' and some other constants in 'Table B'.
Can anyone please provide some sample code to do this.