Database - Copy Table & Structure


COPYING a table into another table
  select *into new_table from old_table

COPYING only the structure of a table
   select *into new_table from old_table where 1=2

Comments

Popular posts from this blog

How to set Java Object into JaxBElement ?

GitLab