hominid4
02-16-2008, 02:12 PM
Hi. In my Plogger database I have 100s of image paths that point to images that have an uppercase JPG extension, I'm needing to change all of these to a lowercase jpg. The images are within "plogger_pictures" and then under the column "path":
`path`SELECT * FROM `plogger_pictures` WHERE 1
Is there a query I can run to go through all the images and change the jpg to lowercase?
Thanks.
`path`SELECT * FROM `plogger_pictures` WHERE 1
Is there a query I can run to go through all the images and change the jpg to lowercase?
Thanks.