select * from t_march_all
where
sa_iss_ins_id is null
and flag='3'
and sa_merch_id='935700049003012' ;
查询 这个语句有一条记录
sa_iss_ins_id sa_merch_id flag
null 935700049003012 3
查询下面这个
select * from t_march_all
where
sa_iss_ins_id is null
and flag='3' ;
无记录
或者
select * from t_march_all 已无935700049003012 该条记录
大神帮忙分析下问题出在那
数据库异常
是不是 查询不同的语句中, 某些事务没提交.导致不同的机器上查询的数据有区别?
– 兴想事成 3年前@兴想事成:不是 ,感觉是数据库异常了
– 封魔 3年前