3,499
社区成员
发帖
与我相关
我的任务
分享
select a.username,b.name
from userinfo_portal a,
area_info b
where a.id = b.id(+)
and exists(select 'X'
from applyvoipnumberinfo c
where c.status=0
and upper(c.wimaxno) like upper(a.username)||'%')
select a.username,b.name
from userinfo_portal a,
area_info b
where a.id = b.id(+)
and exists(select 'X'
from applyvoipnumberinfo c
where c.status=0
and upper(c.wimaxno) like upper(a.username))