www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
Miscellaneous
Number
Phrases
RDF data
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
User Defined Types & The CLR
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web & Internet
XML
XPATH & XQUERY

Functions Index

week

get number of week from a datetime
week (in dt datetime);
Description

week takes a datetime and returns an integer containing a number representing the week of year of the datetime.

Parameters
dt – A datetime.
Return Values

An INTEGER containing number of the week of year.

Examples
Simple example

Get current week of year.

SQL> select week (now ());
callret
INTEGER
_______________________________________________________________________________

42

See Also

dayname, monthname, dayofmonth, dayofweek, dayofyear, quarter, month, year, hour, minute, second, timezone