→ 데이터베이스/ORACLE 관리
[ORACLE] 날짜 입력 쿼리
벅스쭌
2011. 7. 14. 13:17
반응형
to_date('20110714210000','yyyy/mm/dd hh24:mi:ss')
요로코롬.
ex) update table set startdate = to_date('20110714210000','yyyy/mm/dd hh24:mi:ss') where code = 2
반응형