% @(#)deletecolu.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:30 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT deletecolu.hlq %.AUTHOR JDP, IPG/ESO %.KEYWORDS MIDAS, help files, DELETE/COLUMN %.PURPOSE On-line help file for the command: DELETE/COLUMN %.VERSION 1.0 02-NOV-1985 : Creation, JDP %---------------------------------------------------------------- \rightpage \se SECTION./COLUMN \es\co DELETE/COLUMN 02-NOV-1985 JDP \oc\su DELETE/COLUMN table column_sel delete table column(s) \us\pu Purpose: Delete table column(s) \up\sy Syntax: DELETE/COLUMN table column_sel \ys\pa table = table name \ap\pa column_sel = references, separated by blanks, to the column(s) to be deleted \ap\no Note: Column numbers or labels may be used. Use SHOW/TABLE to see the resulting table layout. \on\see See also: CREATE/COLUMN \ees\exs Examples: \ex DELETE/COLUMN mytable \#2 :X This command deletes the second column and the column :X from mytable \xe\ex DELETE/COLUMN mytable :ra :dec This command deletes the columns :ra and :dec from mytable \xe\sxe