연산자/함수 연산 데이터 베이스
+ 문자열 결합 SQL Server
// 문자열 결합 Oracle, DB2, PostgreSQL
CONCAT 문자열 결합 MySQL
select concat(quantity, unit) from sample35;

Untitled