Re: How will you copy the structure of a table without copying the data?

Re: How will you copy the structure of a table without copying the data?

 

  

you can try
create table dsttablename as
select * from srctablename
where 'a' = 'b' ;



>How will you copy the structure of a table without copying the data?
>
>
>
>--------
>website: http://www.LazyDBA.com
>Please don't reply to RTFM questions
>Oracle documentation is here: http://tahiti.oracle.com
>To unsubscribe: see http://www.lazydba.com/unsubscribe.html
>To subscribe: see http://www.lazydba.com
>By using this list you agree to these terms:http://www.lazydba.com/legal.html
>
>
>
>
>


Oracle LazyDBA home page