From 86c61baa66da3c124cb104c50c921c30fa5b3992 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 22 十二月 2022 11:15:38 +0800
Subject: [PATCH] 1

---
 data/db_fn.sql |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/db_fn.sql b/data/db_fn.sql
index 92cb711..374ed40 100644
--- a/data/db_fn.sql
+++ b/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%';
 
 
 

--
Gitblit v1.9.3