Using QMF

Using the QMF DRAW command to add rows

  1. On the QMF command line, enter:
    RESET QUERY (LANGUAGE=SQL
    

    The SQL query panel displays.

  2. On the QMF command line, enter:
    DRAW tablename (TYPE=INSERT
    

    The INSERT query template for the table displays.

  3. Under ENTER VALUES BELOW, type the data for each column.
  4. Press the Run function key.

QMF adds the new row to the table.

Repeat these steps to add additional rows to the table.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]