How do I reverse the following sequel query I recently ran in Store Operation Administrator : UPDATE item SET picturename = itemlookupcode + '.jpg' ?
*This post is locked for comments
How do I reverse the following sequel query I recently ran in Store Operation Administrator : UPDATE item SET picturename = itemlookupcode + '.jpg' ?
*This post is locked for comments
Thanks Ed. This worked well for me as I only needed to reset to the default. By the way I do have 3 backups done daily....one can"t be to careful. Thanks again.
I hope you have a backup. To reverse the update you need to restore that backup.
If you dont have a backup, the only thing you can do is default the values for the picturename field.
Update item Set picturename = '' where picturename = itemlookupcode + '.jpg'
André Arnaud de Cal...
294,459
Super User 2025 Season 1
Martin Dráb
233,066
Most Valuable Professional
nmaenpaa
101,158
Moderator