Contents Index PROPERTY function [System] PROPERTY_NUMBER function [System]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

PROPERTY_NAME function [System]


Function 

Returns the name of the property with the supplied property-number.

Syntax 

PROPERTY_NAME ( property-id )

Parameters 

property-id    The property number of the database property.

Standards and compatibility 
See also 

Database properties

Example 

The following statement returns the property associated with property number 126. The actual property to which this refers changes from release to release.

SELECT PROPERTY_NAME( 126 )

Contents Index PROPERTY function [System] PROPERTY_NUMBER function [System]