I need to help out the ordering dept by populating the image field in items. I want to run a query that would use ILC and add .jpg to it and insert into the image field. I would need to be able to select by category or some filter so I can limit what is being changed. I have seen a post that used this command is this correct?
UPDATE dbo_item.image SET dbo_item.image = "C:\IMAGEPATH\" where categoryid = xxx
Also is there away to rename a current ILC in bulk? Like ILC "028" to "B028" by supplier or some other meaningful filter?
*This post is locked for comments