마리아 디비가 10.3.3 버전부터 substr 함수를 지원을 합니다.
나날이 더 편해져가는 MariaDB 인것 같습니다.
https://mariadb.com/kb/en/substring/
select
hist_changed_dtm,
substr(hist_changed_dtm, 11, 6)
from tbl_syshistory
where idx = 1;
저는 위와같이 해서 시간과 분을 따로가지고 와서 사용을 했습니다.
사용법에 대해서는 위의 URL을 보시면 충분히 사용 가능하시리가 생각이 되네요 ^^
즐거운 생활코딩하세요.
Variable or condition declaration after cursor or handler declaration 에러 대처법 (0) | 2020.11.27 |
---|---|
MariaDB 프로시저 호출방법 (0) | 2020.11.27 |
dbeaver table data 다른 DB로 내보내기 (0) | 2020.11.07 |
Mysql Proceduer Multi variables value 넣기 (0) | 2020.04.10 |
Mysql Event 스케쥴 변경 (0) | 2020.04.09 |