I am searching for the best way to do that: I have table with columns ID, network1, network2....30. the value in the column is true or false. I want to get string with network numbers for all row when the value is true.
like this:
"5,7,8"
when the values in network5 and network7 and network8 are true and the others is false.
can you please advise?
SETdatatype instead?