mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-05 03:17:41 +08:00
Update 达梦 PartitionBy
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user