Great site, tons of help to me so far.
I have a database with 10,000+ rows.
There is a column ( tinyint(4) ) called ahtml.
I need to change ~500 of the rows for that column from 0 to 1.
I know there is a query I can run in phpadmin to do that instead of editing each row.
I need to change ALL of the 0's to 1's in the ahtml column.
Guidance please?
Thanks in advance...