insert date to oracle
Posted
by Gold
on Stack Overflow
See other posts from Stack Overflow
or by Gold
Published on 2010-06-07T11:58:52Z
Indexed on
2010/06/07
12:02 UTC
Read the original article
Hit count: 128
hi
i have 2 Date field's in oracle 10g (MyDate and MyTime)
and i need to insert string that contain a date & time
strDate = 04/01/2010 00:00:00
strTime = 01/06/2010 17:20:12
how to insert strDate & strTime to field's MyDate & MyTime
© Stack Overflow or respective owner