tidb sql查询数据不正确,条件不过滤。

select id,next_check_time,request_status From temp_order_job WHERE request_status = 1 AND next_check_time<1664360160 and id=271535;
这样查一下看看呢?
这tidb里不会有两个数据库都有这个表吧?我看上面两条SQL没指定表的数据库名…