sql - Select distinct Categories from a table -


i have table:

------------------ | | b | c | d  | ------------------ | 1 | 5 |bla|bla1|  ------------------ | 2 |10 |bla2|bla2|  ------------------ | 3 |10 |bla2|bla1|  ------------------ | 4 | 5 |bla|bla2| ------------------ 

i know can execute query like: select distinct * d

therefore want have distinct strings colume d

what possible ways execute query in excel?

i appreciate answer!!!

i not @ sure solution prefer (sql, vba, excel formula) think 'spreadsheet' 1 is:

so17727028 example


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -