Numbers are duplicate in separate rows , I want to count one time for each number , as you see there is few number 3 or number 5 in each columns , I want to count just one time for each number
I have a table with many rows , in order of counting the numbers in rows need a query to do that
A. B. C. D. E. F.
X. Y. 1. 3. 1. 3
X. Z. 4. 5. 4. 5
X. W. 6. 4. 6. 4
X. U. 5...