Contents Index PROPERTY_NAME function [System] QUARTER function [Date and time]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

PROPERTY_NUMBER function [System]


Function 

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

Syntax 

PROPERTY_NUMBER ( property-name )

Parameters 

property-name    A property name.

Standards and compatibility 
See also 

Database properties

Example 

The following statement returns an integer value. The actual value changes from release to release.

SELECT PROPERTY_NUMBER( 'PAGESIZE' )

Contents Index PROPERTY_NAME function [System] QUARTER function [Date and time]