Re: updating column names

2010-05-11 Thread Gary Dusbabek
On Tue, May 11, 2010 at 04:45, vd wrote: > Hi > > I have a column named colom. Can we update column name "colom" to > "column" during runtime or via API ? > This will require two operations: remove and insert. Gary.

updating column names

2010-05-11 Thread vd
Hi I have a column named colom. Can we update column name "colom" to "column" during runtime or via API ?