Update 达梦 PartitionBy

This commit is contained in:
sunkaixuan 2024-10-23 16:50:21 +08:00
parent d1c4586324
commit 50de929f89

View File

@ -144,6 +144,11 @@ namespace SqlSugar
return "SELECT {0} FROM {1}{2}{3}{4} ";
}
}
public override string GetExternalOrderBy(string externalOrderBy)
{
return Regex.Replace(externalOrderBy, @"""\w+""\.", "");
}
private string OffsetPage()
{
var skip = this.Skip ?? 1;