How I can set a column value for all my rows that already exist in the database with some sort of my
Posted
by zeckdude
on Stack Overflow
See other posts from Stack Overflow
or by zeckdude
Published on 2010-06-17T07:56:08Z
Indexed on
2010/06/17
8:03 UTC
Read the original article
Hit count: 149
mysql
I want to set the value of the column 'character_hold' to 'no' for all my rows in my MYSQL database. Is there a SQL statement I can use in phpmyadmin to set them all to 'no'?
© Stack Overflow or respective owner