sa_keles
September 8th, 2005, 04:31 PM
SELECT
user_name|| " " || user_sname
FROM
users
i am trying to concat this two column but i has problem near the "|"
any idea?
user_name|| " " || user_sname
FROM
users
i am trying to concat this two column but i has problem near the "|"
any idea?