Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle Year() Function
Message
From
05/09/2003 09:33:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Oracle Year() Function
Miscellaneous
Thread ID:
00826385
Message ID:
00826385
Views:
112
Hi All,

I'd like to be able to do the following query in Oracle.

lcSql = "SELECT LEGALHOL.* " + ;
"FROM LEGALHOL " + ;
"WHERE YEAR(LEGALHOL.HoliDate) = " + TRANS(lnActiveYear)

lnHandle = sqlexec(gnSatHandle, lcSql, 'Holiday_Cursor')

But I guess the YEAR() fuction is not valid in Oracle.

TIA
Mike
Next
Reply
Map
View

Click here to load this message in the networking platform