mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update TDengine
This commit is contained in:
@@ -42,7 +42,7 @@ namespace SqlSugar.TDengine
|
||||
{
|
||||
sb.Add($" SELECT '{item["table_name"].ObjToString().ToSqlFilter()}' AS NAME ");
|
||||
}
|
||||
var result= string.Join(" UNION ALL ", sb);
|
||||
var result= string.Join(" UNION ", sb);
|
||||
if (string.IsNullOrEmpty(result))
|
||||
{
|
||||
result = " SELECT 'NoTables' AS Name ";
|
||||
|
Reference in New Issue
Block a user