• Attach Sample Database (SQl 2008)

    My Query is :

    SELECT NationalCode, CompanyID, nPercent, NCode, FirstName, LastName, FatherName

    FROM View_Report

    WHERE (NameTools = N'walker') OR

    (NameTools = N'Cane')

    GROUP BY NationalCode, CompanyID, nPercent, NCode, FirstName, LastName, FatherName

    Request is consistent with the first post (Only Display Mike)