Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Function Reference » Alphabetical list of functions

DATENAME function [Date and time] Next Page

DATEPART function [Date and time]


Returns the value of part of a datetime value.

Syntax

DATEPART( date-part, date-expression )

Parameters

date-part    The date part to be returned. For a complete listing of allowed date parts, see Date parts.

date-expression    The date for which the part is to be returned.

Remarks

The date must contain the date-part field.

Standards and compatibility
Example

The following statement returns the value 5.

SELECT DATEPART( month , '1987/05/02' );