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.

Reply via email to