首页
编程
java
php
前端
首页
编程
java
php
前端
把sql 表里面一个字段里面包含Y的 全部改为Y
update table1 set coulme = 'Y' where coulme like '%Y%'
点击展开全文