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 Prov210 true false10 false truewith this result I want to join the result in one row with SQL 2008, that finish:
Id Prov1 Prov210 true trueThere are a form to do this with a query?,
Thanks.