STRING_AGG
FORMAT
MD5
Returns a printf-style formatted string.
FORMAT(fmtstr, ...)
Enter values below to update the example in real time.
name
salary
employees
SELECT FORMAT('직원 %s의 급여는 %s원입니다.', name, salary::text) FROM employees;