If you specify * (for all columns), you are not allowed to specify anything else in th select list. Either you specify * and nothing else, or you have to specify every wanted column
in the select list.
And, as Rudy said, the ANSI/ISO way to concatenate strings is double vertical bars, ||.
/Jarl