Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help required with to_date function

Re: Help required with to_date function

From: Gary Menchen <gary.e.menchen_at_dartmouth.edu>
Date: Tue, 13 Jan 2004 16:17:42 -0500
Message-ID: <bu1nbf$2p$1@merrimack.Dartmouth.EDU>


Write a function that converts the string to a date. Trap exceptions in the function, have it return to_date(null) or whatever is appropriate for your ordering purposes whenever to_date fails. Use the function in your query or, if you are using jdbc and that causes problems, use a view. Received on Tue Jan 13 2004 - 15:17:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US