I have a table called Notes and column name as id and name
eg datas
Id name
1 DEV
2 Prod
3 Prod
4 Prod
5 SQL
From this above table I need to retrive the value like this
Id name
1 DEV
2 Prod
5 SQL
I have a table called Notes and column name as id and name
eg datas
Id name
1 DEV
2 Prod
3 Prod
4 Prod
5 SQL
From this above table I need to retrive the value like this
Id name
1 DEV
2 Prod
5 SQL