t_scan

Description

Specifies a table scan of a stored table.

Syntax

( t_scan stored_table )

Parameters

stored_table

is the name of the stored table to be scanned.

Returns

A derived table produced by the scan of the stored table.

Examples

Example 1

select * from t1

( t_scan t1 )

Performs a table scan of t1.

Usage

See also

i_scan, scan, store