I have 4 bit values and a varchar
sku
a
b
c
d
From a SELECT
statement I need to get the following result for each bit value that has a value of 1.
So for each bit value I need to output its actual name, so the result would look like:
"NameOfSKU, a, c"
In a comma delimited format.