Prattaratt
Technical User
I have a table that has 5 fields; Each field contains a number 1 to N. I would like to count each occurence of a number, regardless of which field it's in. That's a total count of occurences for the number 1, regardless of whether it's in field1, field2, etc. using SQL.