serverprodigy Posted August 29, 2012 Share Posted August 29, 2012 I have a few thousand products in the system marked as "terminated" which I need to change to "cancelled". Is there a quick way to do this such as a SQL query? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted September 3, 2012 Share Posted September 3, 2012 update tblhostsing set domainstatus="cancelled" where domainstatus="terminated" would be the obvious method - with an appropriate where clause .... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.