我的桌子是
login_table
{
varchar: User_id//primary key
//other stuff
}
token_table
{
varchar token_table;//primary key
varchar user_id
}
token_messages
{varchar: Mes_id
varchar: token_id;
}
现在我想获取某个用户下每个令牌的消息计数;像 :
token_id Mes_count
1 5
5 12
6 0
7 4
这里 1 5 6 7 是说用户的令牌:deepu