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'
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156