Database Guide
To specify the example computed column
((WAGES.SALARY - WAGES.TAXES) * 12) + WAGES.BONUS
do the following:
- In the Left operand field, select
WAGES.SALARY from the list.
- In the Operator field, select - from the
list.
- In the Right operand field, select
WAGES.TAXES from the list.
- Select Add to operand lists.
- In the Left operand field, select (WAGES.SALARY -
WAGES.TAXES) from the list.
- In the Operator field, select * from the
list.
- In the Right operand field, type 12.
- Select Add to operand lists.
- In the Left operand field, select ((WAGES.SALARY -
WAGES.TAXES) * 12) from the list.
- In the Operator field, select + from the
list.
- In the Right operand field, select
WAGES.BONUS from the list.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]