Sybase Adaptive Server Anywhere Reference page 376

Table of Contents

Advertisement

Alphabetical list of functions
PROPERTY_NAME function [System]
Function
Syntax
Parameters
Examples
Standards and
compatibility
See also
PROPERTY_NUMBER function [System]
Function
Syntax
Parameters
Examples
Standards and
compatibility
See also
QUARTER function [Date and time]
Function
Syntax
Parameters
Examples
358
Returns the name of the property with the supplied property-number.
PROPERTY_NAME ( property-id )
property-id
The property number of the database property.
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 )
Vendor extension.
SQL/92
Sybase
Not supported by Adaptive Server Enterprise.
"Database properties" on page 1090
Returns the property number of the property with the supplied property-
name.
PROPERTY_NUMBER ( property-name )
property-name
A property name.
The following statement returns an integer value. The actual value changes
from release to release.
SELECT PROPERTY_NUMBER( 'PAGESIZE' )
Vendor extension.
SQL/92
Sybase
Not supported by Adaptive Server Enterprise.
"Database properties" on page 1090
Returns a number indicating the quarter of the year from the supplied date
expression.
QUARTER( date-expression )
date- expression
The date.
The following statement returns the value 2.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents