Re: How to query a Date Column in SQL
From: Laura P (laura.paterson_at_gmail.com)
Date: 08/19/04
- Next message: Hicks: "Oracle JDBC driver problem with JNI"
- Previous message: vejan: "Oracle & events"
- In reply to: Lee Fesperman: "Re: How to query a Date Column in SQL"
- Next in thread: Don Vaillancourt: "Re: How to query a Date Column in SQL"
- Reply: Don Vaillancourt: "Re: How to query a Date Column in SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Aug 2004 00:57:55 -0700
Thanks for the speedy answers!
I can't use to_char, as it is Oracle specific and I need to be able to
use the same sql for different DB providers.
I have looked up the escape sequence for dates and timestamps
(http://e-docs.bea.com/wls/docs81/jdbc_drivers/sqlescape.html), and it
looks like that should do what I need, although I have not tested it
yet.
Thank you both for your help :)
Laura
- Next message: Hicks: "Oracle JDBC driver problem with JNI"
- Previous message: vejan: "Oracle & events"
- In reply to: Lee Fesperman: "Re: How to query a Date Column in SQL"
- Next in thread: Don Vaillancourt: "Re: How to query a Date Column in SQL"
- Reply: Don Vaillancourt: "Re: How to query a Date Column in SQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|