mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 05:37:58 +08:00
Update Optimize SQL
This commit is contained in:
parent
80b681eace
commit
cc720d369f
@ -30,7 +30,7 @@ namespace SqlSugar
|
||||
{
|
||||
return @"SELECT
|
||||
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
|
||||
table_name!='HELP'
|
||||
AND table_name NOT LIKE '%$%'
|
||||
|
Loading…
Reference in New Issue
Block a user