Create a copy of an Oracle table without copying the data? By Shadab Mohammad • Dec 3, 2012 • 1 comment Do a “create table” as command without selecting any rows create table abc_new as select * from abc where 1=0; Share this: Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on Facebook (Opens in new window) Facebook Share on Tumblr (Opens in new window) Tumblr Share on WhatsApp (Opens in new window) WhatsApp