Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle and datetime filter
Message
From
19/07/2004 11:48:15
 
 
To
19/07/2004 11:37:46
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00925784
Message ID:
00925788
Views:
20
This message has been marked as the solution to the initial question of the thread.
Hi Jerry,

Try using this:

* Set this to just the date if that's all you realy require.
lc_date = [07/01/2004]

* This should allow filter on record from that date onward.
[ AND Sales.OrderDate >= TO_DATE('] + lc_date + [', 'MM/DD/YYYY') ] + ;

HTH
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform