管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-22 86c61baa66da3c124cb104c50c921c30fa5b3992
data/db_fn.sql
@@ -339,7 +339,7 @@
select ns,tab,tab_desc,field,type from lf.sys_dict;
select type from lf.sys_dict group by type;
select * from lf.sys_dict where ns='bd' and tab='dlg_agnp';
select count(distinct tab) from lf.sys_dict where tab like '%b_b%';