If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hello I am very new to MySQL. I have a table called "products" and there is a field called "demo" in "products". The field "demo" has values as 1s and 0s. I want to change all the 1s to 0s by a simple query. Any help please?