I tried the below query but it not works.
Select DISTINCT firstname,lastname from users;
I need the DISTINCT
records of first
and last name
.
This is the records:
first name | lastname | language_known
sakthi | vel | English
hari | Prasath | Chinese
Varun | Kumar | English
I need the above three results but need to remove the duplication of English which come two times in the result