Ok. It is in the 'photos' table of my database where I'll need the command. The two fields that will be used in the command are 'cat' and 'title'.
What I want to do is to be able to rename the title for every single photo from a certain category.
For example, I want all photos from that have 'cat' as 504 to have a new 'title' that is: 'Adamari López'
If any one can give me the generic command using 5xx for the category number and XXXXXX as the new title for ALL the photos in the category (this way I can just reuse the command for all the categories by changing the cat number and putting in different titles). I would appreciate any help. BTW, my PhotoPost database does not have a prefix for the tables.