I need to make a comma delimited file with a select statement.
The select is basically pretty simple with one hitch. In the database I have last name and First name stored as separate fields, but I need them as a single field in the file.
So, basically is there a way to say "select (cyb_first_name, cyb_last_name) as name" so that the first name and lastname are concatinated together as a single column?
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001
The select is basically pretty simple with one hitch. In the database I have last name and First name stored as separate fields, but I need them as a single field in the file.
So, basically is there a way to say "select (cyb_first_name, cyb_last_name) as name" so that the first name and lastname are concatinated together as a single column?
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001