Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: adding a column to a table
Martin Meadows wrote:
> This may be a dumb question but here goes anyway. I'm a novice
> Oracle person. I have an Oracle table that needs a column added
> to it. I haven't any good SQL reference manuals. The one manual
> I have shows me how to add a row to a table with SQL. Can I add
> a column? If so, how?
alter table taba add(flda data_type);
Regards,
Ian Received on Mon Nov 24 1997 - 00:00:00 CST
![]() |
![]() |