#找对象#
select wechat_id
from girls
where age between 18 and 24
and boyfrind is null
order by beautiful desc
select wechat_id
from girls
where age between 18 and 24
and boyfrind is null
order by beautiful desc
展开
48
9