![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi M/S: Here I am selecting simple statement but I am getting ora01722 error. Can somebory please help me on this. Thanks in advance. Manchi. select io.accession, to_date(io.date_ordered, 'yyyy-mm-dd hh24:mi:ss') ACCESSION_KEY from instrument_orders io where to_char(io.date_ordered, 'yyyy-dd-mm hh24:mi:ss') > to_char ('2009-01-04' , 'yyyy-dd-mm'); |
#3
| |||
| |||
|
|
Here I am selecting simple statement but I am getting ora01722 error. Can somebory please help me on this. Thanks in advance. Manchi. select io.accession, to_date(io.date_ordered, 'yyyy-mm-dd hh24:mi:ss') ACCESSION_KEY from instrument_orders io where to_char(io.date_ordered, 'yyyy-dd-mm hh24:mi:ss') > to_char ('2009-01-04' , 'yyyy-dd-mm'); |
#4
| |||
| |||
|
|
select io.accession, to_date(io.date_ordered, 'yyyy-mm-dd hh24:mi:ss') ACCESSION_KEY from instrument_orders io where to_char(io.date_ordered, 'yyyy-dd-mm hh24:mi:ss') > to_char ('2009-01-04' , 'yyyy-dd-mm'); even I tried with select io.accession, to_char(io.date_ordered, 'yyyy-mm-dd hh24:mi:ss') ACCESSION_KEY from instrument_orders io where to_char(io.date_ordered, 'yyyy-dd-mm hh24:mi:ss') > to_date ('2009-01-04' , 'yyyy-dd-mm'); |
![]() |
| Thread Tools | |
| Display Modes | |
| |