MURALI KRISHNA
Member²
i have a column in my data base that needs to store date
now i need to store only time like 11:50:16
i tried with the following syntax
insert into table name(column name)values(to_date(sysdate,'hh:mi:ss'))
but it is throwing an error "not a vllid month"
thanks in advance..
now i need to store only time like 11:50:16
i tried with the following syntax
insert into table name(column name)values(to_date(sysdate,'hh:mi:ss'))
but it is throwing an error "not a vllid month"
thanks in advance..