There is a table which stores a file's location on my disk. All files are in one folder and I will move them to another folder. After moving the files I should update all database records.
Can I do it with one SQL query (applying a mapping function to all values in the fileLocation
column) instead of selecting each value to update separately?