select to_timestamp(trunc(state_date) || ' ' || substr(state_time,1,12),'DD-MM-YYYY HH24:MI:SS:FF3')
from state_log
above statement giving error
“date format picture ends before converting entire input string” with uk nls parameters.it works in USA nls parameters.
Please advise how can i resolve this issue.
Regards,
chaitu
as you said your state_date is DD-MON-YY then use