카테고리 없음
[mysql] curdate
냐옴
2023. 11. 13. 14:19
SELECT 'now' fn_nm, now() fn_result union all
SELECT 'curdate' fn_nm, curdate() fn_result
;