Hi All,
I want to copy only table structure not data from one schema to another schema in same in database.
any help ..?
and i tried following way ,
create table
select * from testname.te4
as
select * from item where 1=0;
But i have plenty of tables.how to do the in single way export from one schema to another schema all table not data..