mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update 人大金仓 union all
This commit is contained in:
@@ -90,6 +90,11 @@ namespace SqlSugar
|
||||
return SqlTranslationLeft + name.ToUpper(IsUpper).TrimEnd('"').TrimStart('"') + SqlTranslationRight;
|
||||
}
|
||||
}
|
||||
public override string GetUnionFomatSql(string sql)
|
||||
{
|
||||
return " ( " + sql + " ) ";
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
|
Reference in New Issue
Block a user