Oracle DATE Format
Friday, April 23rd, 2010ดูเวลาใน Oracle select sysdate from dual; TO_CHAR : 1 TO_CHAR(<date>, ‘<format>’)TO_CHAR(<date>, ‘<format>’) To_DATE : 1 TO_DATE(<string>, ‘<format>’)TO_DATE(<string>, ‘<format>’) DATE Format 1 2 3 4 5 6 7 8 9 10 11 12 13 MM : Numeric month (e.g., 07) MON : Abbreviated month name (e.g., JUL) MONTH : Full month name (e.g., JULY) DD : […]