| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Example of using ALTER to add columns
Could anyone show me an example of using ALTER to add columns to a table? Is it as simple as
ALTER TABLE tablename
        rowname rowtype,
        rowname rowtype;
Thanks in advance,
Michael
a10377_at_email.mot.com
Received on Tue Feb 18 1997 - 00:00:00 CST
|  |  |