Viewing 8 posts - 1 through 8 (of 8 total)
July 28, 2018 at 11:24 am
July 28, 2018 at 11:20 am
July 28, 2018 at 11:01 am
You can achieve this by using the following query:
SELECT
MAX(Firstname), FamilyName, City
FROM dbo.people
GROUP...
July 28, 2018 at 11:00 am
July 28, 2018 at 10:52 am
July 28, 2018 at 10:32 am
July 28, 2018 at 10:31 am
Hi Saravanan,
Output should like this
FirstName FamilyName
Arun Don
July 28, 2018 at 10:18 am
Viewing 8 posts - 1 through 8 (of 8 total)