0

我有 2 个数据库调用 CUSTOMER_NEW 和 CUSTOMER_OLD。我想在 CUSTOMER_NEW 表中使用 cust_info 设计的表,而无需再次重新创建所有字段。除了编写在该新数据库中使用该表的代码之外,我还想通过任何方法来做到这一点。

4

1 回答 1

0
select * into customer_new.newtable from customer_old.originaltable
于 2012-09-04T15:58:00.683 回答