我已经通过this,但无法获得我的结果,其中有Max。在这方面有人能帮我吗?下面是我的SQL查询: select max(a.amount_limit) as AmountLimit from tbl_AmountEmpRole a where a.Role_Name in(selectb.Role_name from tbl_UserRoles b where Emp_id=4) 提前感谢
我试图返回特定MAX的可用match的round游戏周,为此我使用了MAX函数,但是我得到了一轮中所有的matches游戏周,而应该只得到有MAX游戏周的matches。competition_seasons s ON r.season_id = s.id WHEREm.round_id = 488 OR m.round_id = 489 OR m.round_id = 490 OR m.round_id = 49
Car的List属性: public List<Lap> Laps { get; set; } = new List<Lap>();
public TimeSpan FastestLap => Laps.Where(lap => lap.Number is not null and not 0).Min(lap => lap.LapTime); 我使用.Where子句,因为laps有时可能为null或0,并且当我写入磁盘时如果我只删除上面属性的.Where部分,所有的汽车和汽车文件夹都可以正常写入,