I have an article management system where authors write articles, attach images and publish them. However i have problem. Visitors not able to see images because their file paths are broken. I investigated issue and find the temporary solution (the manual fix)
I told the developer about the problem, but he is quite busy to reply. Since then, i would like to do something like this:
Images are stored as "FileID=x" in the ImageUrl column under Articles table. x is the assigned number for an image.
If i change the FileID to Fileid then the problem goes away... However it is a long task to, do it manually for 1000 articles (don't ask me why, because i am porting articles to new location)
Can someone help me to create a query that i can run under Host > SQL so that, FileID=x becomes Fileid=x ?
Btw - main reason for this bug is: lowercase i and uppercase I are not same characters in Turkish alphabet. So they are not match.
Warm regards.