Archive for December 2008

going forward - ecommerce focus

Apologies for a taking a bit of a break, I have been setting up other sites and that along with my other committments has meant I had limited time to do anything else.  Well that’s my excuse - Still I am going to try again with this blogging thing to try to capture my thoughts etc.  Going forward I intend to try and focus the commentary more on online retail specifically.  I think most of the advice I have offered previously has been more generic.

Updating specific fields in SQL database

Use following instructions and if you don't want to change all records remember to include the where statement.

UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value