ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the property number of the property with the supplied property-name.
PROPERTY_NUMBER ( property-name )
property-name A property name.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Not supported by Adaptive Server Enterprise.
The following statement returns an integer value. The actual value changes from release to release.
SELECT PROPERTY_NUMBER( 'PAGESIZE' )