mysql> SELECT name FROM person
    -> where count_friend = 0;
+--------+
| name   |
+--------+
| 菜鸭   |
+--------+
1 row in set (0.00 sec)