8 lines
375 B
MySQL
8 lines
375 B
MySQL
|
|
||
|
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 = '';
|