Jump to content

Mysql Query Statement Question


All4172

Recommended Posts

What I'm trying to do is search a field in mysql, and if it has an _ in the file name, change it to a - instead.  And alos change any capital letters to lower case.

 

From:  This_is_my_example

 

To : this-is-my-example

 

I figure it would be something like:

 

UPDATE 'file'  SET '-' WHERE `filename` LIKE '_'

 

I"m not really sure how to put a regular expression in there to only replace the underscore put leave the data.

Link to comment
https://forums.phpfreaks.com/topic/55750-mysql-query-statement-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.