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
I have a query with joins and a select distinct for some columns.
The query gives normal results, but when I want to get a count of the query with await query.AsCount().GetAsync();
I get the error: The column 'Id' was specified multiple times for 'countQuery'
Any suggestions how to solve this?
The text was updated successfully, but these errors were encountered:
I have a query with joins and a select distinct for some columns.
The query gives normal results, but when I want to get a count of the query with await query.AsCount().GetAsync();
I get the error: The column 'Id' was specified multiple times for 'countQuery'
Any suggestions how to solve this?
The text was updated successfully, but these errors were encountered: