- fix: ClickHouse .LimitBy #2114

This commit is contained in:
28810
2025-10-09 11:11:42 +08:00
parent 8559c6730b
commit 8951662a7e
5 changed files with 10 additions and 120 deletions

View File

@@ -621,6 +621,8 @@ namespace base_entity
BaseEntity.Initialization(fsql, () => _asyncUow.Value);
#endregion
var skdkdk1 = fsql.Select<User1>().LimitBy2(a => a.Sort, 1).ToSql();
fsql.Insert(new User1 { Nickname = "nickname11", Username = "username11", Description = "desc11" }).ExecuteAffrows();
Task.Run(async () =>