ex)데이터 : varchar (8) 20170316 변환하고 싶은 형태 2017-03-16 DATE_FORMAT(STR_TO_DATE(date, '%Y%m%d'),'%Y-%m-%d ') *DATE_FORMAT ( Date, format ) Date타입의 값을 format에 지정한대로 출력해준다. * STR_TO_DATE( string, format )The STR_TO_DATE() converts the str string into a date value based on the fmt format string. The STR_TO_DATE() function may return a DATE , TIME, or DATETIME value based on the input and format strings..