sql problem

admin

Administrator
Staff member
I am trying to have to fields from my postgres db as one.let's say I have first_name and last_name as fields and I want them to be displayed as "full_name" when showing the results.How do I put them together ?(tried things like first_name & " " & last_name etc but didn't seem to work ?(Postgres 7.1)
 
Back
Top