I have joined two columns, first name\last name into one and named it with an alias which is all good. But how do I put a space between first and last name?
au.first_name || au.last_name Name
here:
au.first_name || ' ' || au.last_name Name
You can add the space in the same manner that you have concatenated the first and last names,
au.first_name ||' ' || au_last_name name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With