Sign in | Join
Last post 05-07-2008 2:02 PM by yeotumitsu@sify.com. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
SELECT
When I run this i get oracle error 1843 not a valid month, but the syntax seems fine. This is in Oracle 10g. Anyone have a suggestions?
select to_date('03/17/2008 06:30 AM','MM/DD/YYYY HH:MI AM') + (1800/86400) from dual;
if this not helps can you be more presize what the result you want.