对于这样的查询,我希望将 user_mail 记录为 test1@gmail.com 的输出计数为 2,
SELECT Count(user_refemai) from Table_users where userref_mail = user_mail
但是,我得到的输出为 0!我究竟做错了什么?
我的 table_users 看起来像:
user_id user_mail user_refemail
1 test1@gmail.com NULL
2 test2@gmail.com test1@gmail.com
3 test3@gmail.com test1@gmail.com