|
Use sql query analyzer, in the "Object Browser" on the left, select the table to copy the format, right-click the table name, and select "write object script in new window-> create"
Add a use B library name before create table ..........
as follows:
use B library name
create table .......... |
|