DB2 graphic  QMF Version 8

Adding a target table

An alternative to adding a new unnamed column to your example table is to use a target table. A target table is an empty example table that uses example elements to refer to other example tables. Anything that you can use in an unnamed column added to an example table, you can use in a target table.

To use a target table to combine information from two columns, display your table and issue the DRAW command:

COMMAND===> DRAW
Q.STAFF | ID | DEPT | SALARY | COMM |
--------+----+------+--------+------|
        | _I |  20  | _S     | _C   |
 
 
         |          |          |          |          |
---------+----------+----------+----------+----------|
 P.      | _I       | _S + _C  |          |          |

Restrictions

You cannot use target tables (or unnamed columns in example tables) to do the following:


Go to the previous page Go to the next page

Downloads | Library | Support | Support Policy | Terms of use | Feedback
Copyright IBM Corporation 1982,2004 Copyright IBM Corporation 1982, 2004
timestamp Last updated: March, 2004