You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#27825 How to avoid COALESCE in SUM operations
In fact, there is a big difference between null and 0.
I think the problem is that the sum result is null but+1.
In mysql
In +1
File a bug
Include your code
Include stack traces
No
Include verbose output
No
Include provider and version information
EF Core version:
Database provider: (Microsoft.EntityFrameworkCore.Sqlite)
Target framework: (.NET 6.0)
Operating system:
IDE: (e.g. Visual Studio 2022 17.3.3)
So how can i do make
new {q=q.Sum(xxx)??null}
generateCOALESCE(SUM("d"."L"), NULL)
The text was updated successfully, but these errors were encountered: