sql server - ORA-01847: day of month must be between 1 and last day of month in toad -



sql server - ORA-01847: day of month must be between 1 and last day of month in toad -

while insert info within table having columns as

created 16 y date none 1137152 lastaromaupdate 44 y date none 0 orderdatetime 58 y date height balanced 3095808

and inserting show below :to_date('10/11/2014 16:00:50','mm/dd/yyyy hh24:mi:ss'), , tried getdate(),sysdate,to_char etc. please help me out .

data insert in above columns :

1)1/23/2013 11:40:08 2)1/23/2013 11:40:08 3)9/19/2010

help me

1)to_date('1/23/2013 11:40:08 am', 'mm/dd/yyyy hh:mi:ss am') 2)to_date('1/23/2013 11:40:08 am', 'mm/dd/yyyy hh:mi:ss am') 3)to_date('9/19/2010', 'mm/dd/yyyy')

sql-server oracle toad

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -