I hope that someone can help me to do this.
I have this result of a query that have the id with the columns of the 2 providers that is a bool parameter,
Id Prov1 Prov2
10 true false
10 false true
with this result I want to join the result in one row with SQL 2008, that finish:
Id Prov1 Prov2
10 true true
There are a form to do this with a query?,
Thanks.