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

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -