Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Query Question

  • Thread starter Thread starter -
  • Start date Start date
Status
Not open for further replies.

Guest
I'm new to SQL, so please bear with me...

database = "users"
table = "info"
field = "name"

I have a situation where data in the "name" field is in the form of:
LastName, FirstName MiddleInitial.

I need to change it to the following form:
FirstName MiddleInitial. LastName

And then I need to update each row to fit the new form.

How can I do that in a SQL query?

I would really appreciate anyone's help or direction in finding out how to
do this.

Thanks,
Hobbster


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top