For example: Oracle supports the following syntax.
alter table <table> modify <column> .......
Thanks in advance.
This is not supported under 6.5. Alter table allows only the addition of
nullable columns. To accomlish this you must recreate the table with the
new defintion, rebuild indexes, and move the data over.
--
04/03/97 12:57
Ben McEwan
Geist, LLC - http://www.metis.com/~geist
bmc...@metis.com.
Look at www.microsoft.com/vinterdev under evaluator's guide.