Preview:
SELECT first_name || ' ' || last_name 
as name
from copywriter

----- other db
SELECT CONCAT(first_name,' ',last_name) AS name
FROM copywriter;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter