i have same project name multiple times in my table that is not because of redundancy it is multiple times for some reason
how to take a single value from multiple values
for eg
| project name |
| a |
| b |
| a |
| c |
| b |
| a |
i want it as
| project name |
| a |
| b |
| c |
| project name |
| a |
| b |
| a |
| c |
| b |
| a |
| project name |
| a |
| b |
| c |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.




Bidyasagar MishraPosted Jul 10, 2019, 9:34 PM