首页
编程
java
php
前端
首页
编程
java
php
前端
update和count一样用,统计函数怎么写
update
测试 a
set
a.zone=(
select
count(*)
from
测试 b
where
a.town=b.town);
点击展开全文