In this example, I want average smoke column for every combination. Here when thing get complicate.
It's NOT simple as find average(smoke) of (Male,30-40,us),(Male,30-40,ca),(Male,30-40,th) and so on.
What I want is some variable can use for more than 1 times in a single query like (Male,30-40,(us,uk)) ,(Male,30-40,(us,uk,th)) ,,(Male,30-40,(us,uk,th,ca)) and more.
Any simple,efficient way to do?