D
dbgg
Unregistered / Unconfirmed
GUEST, unregistred user!
access数据库
update a set icount=
(
select count(id) from b where b.ownum like '%'+mid(a.fnum,1,1)+'%' and b.ownum like '%'+mid(a.fnum,2,1)+'%'
)
where len(a.fnum)=2
update a set icount=
(
select count(id) from b where b.ownum like '%'+mid(a.fnum,1,1)+'%' and b.ownum like '%'+mid(a.fnum,2,1)+'%'
)
where len(a.fnum)=2