Hi
At the moment I update a single column with the following query:
update example_Table set finished to ='yes' where ( box='123')
which works fine
I now want to be able to update 3 columns in my table at the same time without having to do 3 querys
so i want to beable to update
finished column=yes
location = pk4
row=lfront
all where i specify the box number
thanks for any help
regards...Stephen
At the moment I update a single column with the following query:
update example_Table set finished to ='yes' where ( box='123')
which works fine
I now want to be able to update 3 columns in my table at the same time without having to do 3 querys
so i want to beable to update
finished column=yes
location = pk4
row=lfront
all where i specify the box number
thanks for any help
regards...Stephen