如一个数据表:users  字段分别是:id,username,Points我要筛选出Points=0的所有id我知道可以select id from users where Points=0 之循环取出id但我现在不想用循环,那有其它方法吗?