I need to have a function which
creates a table in such a manner that it is a copy of an already
existing table with the same column names and datatype etc
.Of course it will have a different table name.I could pass
the existing table name to the function and the new table
name. How do i achieve this functionality? ...
|