
Hi i have a table structure as above image and i need to take count of several columns into a one single column such as
octSecAndthrd1
octSecAndthrd2
octSecAndthrd3
octSecAndthrd4
count of these columns to a single column Named (Column1) like wise
The Final output should be as:
ID | Column1 | Column2
Any Ideas ?
1 Answer