SyntaxFix
Write A Post
Hire A Developer
Questions
Use count(d.ertek) or count(d.id) instead of count(d). This can be happen when you have composite primary key at your entity.
count(d.ertek)
count(d.id)
count(d)