% @(#)createrow.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:28 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT computrow.hlq %.AUTHOR MP, IPG/ESO %.KEYWORDS MIDAS, help files, CREATE/ROW %.PURPOSE On-line help file for the command: CREATE/ROW %.VERSION 1.0 18-Jan-1993 : Creation, MP %---------------------------------------------------------------- \se SECTION./ROW \es\co CREATE/ROW 18-JAN-1993 MP \oc\su CREATE/ROW table row_position number_of_rows add one or several rows at a given position of a table \us\pu Purpose: add one several rows at a given position of a table \up\sy Syntax: CREATE/ROW table row_position number_of_rows \ys\pa table = table name \ap\pa row_position = position where the rows have to be added \ap\pa number_of_rows = \\ number of rows to be added \ap\no Note: The rows will be inserted at the position row_position+1 and will be filled with NULL values. Rows may also be added in a table using EDIT/TABLE This command is not yet implemented for tables having the RECORD organization \on\exs Examples: \ex CREATE/ROW mytable @3 4 add four rows to the table mytable at the row 3 \xe\sxe