Sep 22, 2003 #1 yenfen Programmer Sep 2, 2003 34 US I'm trying to load a date in SQL Loader Here is what I have in the file 1/22/1999 12:00AM How do you do it? I'm using date "mm/dd/yyyy HH24:MM" and it kept failing? Please help!! Thank you!!!
I'm trying to load a date in SQL Loader Here is what I have in the file 1/22/1999 12:00AM How do you do it? I'm using date "mm/dd/yyyy HH24:MM" and it kept failing? Please help!! Thank you!!!
Sep 22, 2003 #2 lewisp Programmer Aug 5, 2001 1,238 GB Try [tt]'mm/dd/yyyy HH24:MMPM'[/tt] Upvote 0 Downvote
Sep 22, 2003 #3 sem Programmer Jun 3, 2000 4,709 UA I suppose that 24 is redundant: 'mm/dd/yyyy HH:MMPM' Regards, Dima Upvote 0 Downvote
Nov 25, 2003 #4 kccbb Programmer Jul 30, 2002 4 HK Dear all, I usually use : MI = mintue MM = month According to the previous post, is that MMPM = minute? Upvote 0 Downvote
Dear all, I usually use : MI = mintue MM = month According to the previous post, is that MMPM = minute?