I am new to this forum. I am trying to calculate distinct values of 2 columns from the same table. For example:
id facility
1 seattle
2 kent
2 kent
1 seattle
expected result:
id facility
1 seattle
2 kent
Thank you in advance.
↧