Hi,
I would like a sql query that would return the results of 3 selections as
one column. For example I may have
select title, forename, surname from details;
but would like the results in one column, with the fields concatenated (with
a space preferable between!)
This should be simple, right? :)
Thanks,
Chris
I would like a sql query that would return the results of 3 selections as
one column. For example I may have
select title, forename, surname from details;
but would like the results in one column, with the fields concatenated (with
a space preferable between!)
This should be simple, right? :)
Thanks,
Chris
Comment