teksecrets
MIS
Hi,
I'm trying to create a select statement to combine the results of 2 fields into 1.
For example,
I have 2 fields: First Name, Last Name. I'd like to combine so my results to show First Name Last Name in the same field.
Field 1 Field 2
Jane Smart
Results: Jane Smart.
How should the SQL statement look?
I'm trying to create a select statement to combine the results of 2 fields into 1.
For example,
I have 2 fields: First Name, Last Name. I'd like to combine so my results to show First Name Last Name in the same field.
Field 1 Field 2
Jane Smart
Results: Jane Smart.
How should the SQL statement look?