mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 完善 GroupBy count(b.id) 指定字段统计;
This commit is contained in:
@ -790,6 +790,7 @@ namespace FreeSql.Tests.Odbc.PostgreSQL
|
||||
{
|
||||
a.Key.tt2,
|
||||
cou1 = a.Count(),
|
||||
cou2 = a.Count(a.Value.Item3.Id),
|
||||
arg1 = a.Avg(a.Key.mod4),
|
||||
ccc2 = a.Key.tt2 ?? "now()",
|
||||
//ccc = Convert.ToDateTime("now()"), partby = Convert.ToDecimal("sum(num) over(PARTITION BY server_id,os,rid,chn order by id desc)")
|
||||
|
Reference in New Issue
Block a user