Examples Of Numeric Value Expressions - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

Examples of Numeric Value Expressions

These are examples of numeric value expressions:
-57
salary * 1.10
unit_price * qty_ordered
12 * (7 - 4)
COUNT (DISTINCT city)
268
SQL Language Elements
Numeric literal.
The product of the values in the SALARY column and a
numeric literal.
The product of the values in the UNIT_PRICE and
QTY_ORDERED columns.
An expression whose operands are numeric literals.
Function applied to the values in a column.

Advertisement

Table of Contents
loading

Table of Contents