TABLE Function

Syntax

Table_Name as C = TABLE()

Description

Returns the name of the current table.

Discussion

TABLE() returns the name of the current primary table.

Example

table() -> "Customer", if the primary table is "Customer"

See Also