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%';