Mysql에서 TIMESTAMP를 CHAR로 변경하는 방법

Mysql에서 TIMESTAMP를 CHAR로 변경하는 방법

select DATE_FORMAT(current_timestamp(), '%Y%m%d%H%i%s');

댓글

이 블로그의 인기 게시물

[c#] DataTable을 dataGridView에 바인딩

[React] index.html 수정하기

[React] 프로젝트 생성