Question
Concat two fields in SQL
I am trying to concatenate two columns in an SQL statement
but haven't been having much success: here is the portion of the
SQL: CONCAT(people_lname||' '||people_fname) as Person
Is this correct syntax?
Reading through one of my oracle books it seems to be the correct syntax but not sure if CF likes it.
Is this correct syntax?
Reading through one of my oracle books it seems to be the correct syntax but not sure if CF likes it.
