Column Delete (OpenInsight Specific)
At 29 MAY 1998 12:37:35PM Richard Richter wrote:
I am trying to delete two columns from a table. They are the %PROTECT_SPEC% and %FIELD% columns. How can I do that from the Exec: line in the System Editor?
Thanks again for all your help.
Richard Richter
At 29 MAY 1998 01:01PM Jeff Word wrote:
run delete_row "DICT.YOURTABLE","%FIELDS%"
run delete_row "DICT.YOURTABLE","%PROTECT.SPEC%"
At 29 MAY 1998 01:03PM John Duquette wrote:
Richard,
RUN DELETE_ROW "TABLENAME","KEY"
John Revelation
At 29 MAY 1998 02:55PM Andrew P McAuley wrote:
Why? These are system rows - %FIELDS% is needed, the other one is a PITA.
World Leaders in all things RevSoft
At 29 MAY 1998 03:47PM Don Bakke wrote:
I'm sure he's rebuilding indexes from scratch.
At 30 MAY 1998 09:17AM Richard Richter wrote:
Give that man a cigar. You are absolutely right.