MySQL Forums
Forum List  »  MySQL Query Browser

Re: Query Update?
Posted by: Jay Kappy
Date: March 26, 2013 06:40AM

I ran two queries....this did it...

UPDATE tbl_ SET Test = Left(JPG_Path,Length(JPG_Path)-8)

UPDATE tbl SET Test = CONCAT(Test , ".jpg" )

Options: ReplyQuote


Subject
Written By
Posted
March 25, 2013 11:20AM
March 25, 2013 11:27AM
March 25, 2013 11:38AM
Re: Query Update?
March 26, 2013 06:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.