I wish to replicate one table into two destination tables. Like cols 1-30 into table 1, cols 1, 31-50 into table 2. How can I accomplish this? Perhaps using views?
↧
I wish to replicate one table into two destination tables. Like cols 1-30 into table 1, cols 1, 31-50 into table 2. How can I accomplish this? Perhaps using views?