开发者

How I can set a column value for all my rows that already exist in the database with some sort of mysql statement

开发者 https://www.devze.com 2023-01-03 14:45 出处:网络
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 i开发者_StackOverflow社区n phpmyadmin to set them all to \'n

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 i开发者_StackOverflow社区n phpmyadmin to set them all to 'no'?


UPDATE tableName set character_hold='no'

0

精彩评论

暂无评论...
验证码 换一张
取 消