mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-08 06:37:57 +08:00
Update Optimize SQL
This commit is contained in:
parent
80b681eace
commit
cc720d369f
@ -30,7 +30,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return @"SELECT
|
return @"SELECT
|
||||||
table_name name,
|
table_name name,
|
||||||
(select COMMENTS from user_tab_comments where t.table_name=table_name ) as Description
|
(select TOP 1 COMMENTS from user_tab_comments where t.table_name=table_name ) as Description
|
||||||
from user_tables t where
|
from user_tables t where
|
||||||
table_name!='HELP'
|
table_name!='HELP'
|
||||||
AND table_name NOT LIKE '%$%'
|
AND table_name NOT LIKE '%$%'
|
||||||
|
Loading…
Reference in New Issue
Block a user