我已获得以下代码:
select id, name
from users
where id in (select id from users_statuses where statuses = 'A')
and id in (select id from users_statuses where statuses = 'B')
and id not in (select id from users_statuses where statuses in ('C', 'D'))
一般情况下工作正常,但是如果我点击无线电单元本身而不是文本,就会检查一个收音机盒。有时也突然没有选择任何东西。
你有什么想法吗?
答案 0 :(得分:1)
问题是周围的显示:无