개발일지/MySQL 문제모음
#04 여러 문자열 합치기.(CONCAT)
ZI_CO
2022. 11. 4. 11:20
문자열 합치기(concat)

select concat("SQL ", "Tutorial ", "is " "fun!") as "합쳐진 문자열";
