Need help with a query:
Let's say we have
Table A with 3 columns
FirstName - contains null values
LastName - contains null values
FullName - contains first and last name (ex. John Smith)
I need a query that will copy John into FirstName and Smith into LastName.
This needs to be applied to more than one row.
Please assist at your earliest convenience.
Thanks.
Oracle_NewB