Join scalar values into one string.
Section: json and string functions
Concatenate strings
sql
sql
SELECT CONCAT(first_name, ' ', last_name) AS full_name FROM contacts;Explanation
A basic but common formatting function.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing json and string functions