Re: [RBASE-L] - Alter table add column

2023-10-31 Thread Bruce Chitiea
riginal Message -- From "Dan Goldberg" To "rbase-l@googlegroups.com" Date 10/31/2023 3:12:34 PM Subject [RBASE-L] - Alter table add column I would like to use the alter command to add a column to a table, but I do not see a way to specify where I want the column insert be

Re: [RBASE-L] - Alter table add column

2023-10-31 Thread Razzak Memon
Dan,   FWIW, ALTER TABLE ADD COLUMN always adds the column at the end of the existing columns.   Very Best R:egards,   Razzak   On 10/31/2023 6:12 PM EDT Dan Goldberg wrote:   I wo

[RBASE-L] - Alter table add column

2023-10-31 Thread Dan Goldberg
I would like to use the alter command to add a column to a table, but I do not see a way to specify where I want the column insert before. Anyone have any ideas on how to do that? TIA Dan Goldberg -- For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php --- You