How To Display A Name 'Jen Lope' As 'Lope Jen' In Oracle
I am beginner to oracle
I am beginner to oracle
Can't find what you're looking for?
Ask a Question, Get an Answer ASAP
This depends on how the names are stored in the table. If the first name and last name is stored in separate columns then you display the field containing the last name first and then the field containing the first name.
If both the last name and first name are stored in a single column, then it is difficult to create a generic function to display the name in the reverse order.
answered 12 months ago
Ask questions on any topic, get great answers from real people for FREE. Blurtit has hundreds of thousand of members so your sure to get the answer your looking for.