posted 21 years ago
Thanks,Xu and Menard.
But my problem is I do not know the source table's schema ( how many columns, column's type ), only know table's name. I know I can use metadata in jdbc to get table's schema, then create a new table, and copy all data.
Is there a easy way to do it?
Thanks! -Zhining