Returns the value of the specified server-level property as a string.
PROPERTY ( { property-id | property-name } )
Parameter |
Description |
---|---|
property-id |
An integer that is the property-number of the server-level property. This number can be determined from the PROPERTY_NUMBER function. The property-id is commonly used when looping through a set of properties. |
property-name |
A string giving the name of the property. |
VARCHAR
The following statement returns the name of the current database server:
SELECT PROPERTY( 'Name' ) FROM iq_dummy