You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by John Storta Jr <js...@storta.net> on 2011/02/15 18:45:12 UTC

Add Column AFTER?

In MySQL when you run ALTER TABLE to add a column, you can specify the
keywords FIRST or AFTER to put the column exactly where you want it when
DESCRIBE is run.

 

It does not seem that derby has this feature.  Is there a way to specify
where I want a column added?

 

This is strictly for readability as I want to group similar columns together
in the DESCRIBE output.

 

 

Thanks,

John S.