This might be a simple problem. i would like to add special characters to my concatenated column when i display it. This the query that I have:-
select emp"EMP",concat(INITCAP(lastname),
INITCAP (firstname))”Full name”,
INITCAP (goals)”Goals” from employeesTHREE ORDER BY lastname;
result needed:-
EMP Fullname Goals
___________________________________________
1 thomas,mathew ~~~~~~~~~~~~~~~~ To be the best