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