Oracle7 Server SQL Reference

Contents Index Home Previous Next

Integer

Purpose

To specify a positive integer. You must use this notation to specify values whenever integer appears in expressions, conditions, SQL functions, and SQL commands described in other parts of this manual.

Syntax

Keywords and Parameters

digit is one of 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

Usage Notes

An integer can store a maximum of 38 digits of precision.

Examples

7

255

Related Topics

The syntax description of expr [*].


Contents Index Home Previous Next