syntax - How to put a space between two SQL columns after joining them? -


i have joined 2 columns, first name\last name 1 , named alias good. how put space between first , last name?

au.first_name || au.last_name name 

here:

au.first_name || ' ' || au.last_name name 

Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -