A. On Mon, 2003-09-29 at 10:28, Christof Petig wrote:
> Rod Taylor schrieb:
> > Is this syntax ok?
> > ALTER TABLE <table> ALTER COLUMN <column> TYPE <new
> > type>
>
> shouldn't that be
> ALTER TABLE <table> ALTER [COLUMN] <column> [TYPE] <new type>
> which I clearly remember from different database systems.
I should be able to do that.
Thanks.