I have a table 'photo' which contains 2000 entries. That table has a column called photo_note which contains data in the format below but with different magnification value.
Magnification 30x. The resolution varies depending on.....
I need to select the rest of the column data starting with 'The resolution' and append it in another field 'photo_note_2'
Any suggestion how to do this in mysql is most appreciated
photo_notecolumn always the same ? do you always want to start fromThe resolution?