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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -