For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have table users there are columns (id, first_name, last_name); I want to display last_name||','||first_name and return id for user who is logged in.
last_name||','||first_name
How can I achieve that?
Thanks in advance