8 lines
375 B
MySQL
Raw Normal View History

2025-03-07 16:23:56 +08:00
select if(count(1)=0,'true','false') '是否执行成功' from lmt_crdt_app where ccy = '';
select if(count(1)=0,'true','false') '是否执行成功' from lmt_crdt_agr where ccy = '';
select if(count(1)=0,'true','false') '是否执行成功' from lmt_crdt_lmt where ccy = '';
select if(count(1)=0,'true','false') '是否执行成功' from lmt_cus_crdt_lmt where ccy = '';