我搜索了很多,尝试了很多问题,但没有得到满意的答案。所以我想问问。
如果有相同的值,我会从mysql表中查找最后5条记录。
像这样的 if col_n is having same value x from last 5 records then count otherwise not
. 但是我不知道如何为这个写查询?
SELECT count(col_n)
from track if(last five col_n = 'ok')
WHERE col_a = 'value1' AND col_b = 'value2'
输入mysql表记录
1条答案
按热度按时间1zmg4dgp1#
请试试这个: