I have one requirement to concat user first_ name, and last_name with space in between in Oracle.
Ex: first_name is 'Hopkins'
and last_name is 'Joe'
.
Full name should be printed as Hopkins Joe.
I'm using Oracle 11g and it is working in SQL query, but not working in stored procedure.