I am trying to run a routine to rename a whole bunch of columns in a table.

I have the command:
rename column #3 to t1 in tmpgary nocheck

It throws an error.

But I can do:
browse #3 from tmpgary
update tmpgary set #3 = 0

Does anyone know how to reference a column number in a table to rename that 
column?

Dan Goldberg

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to