Hi,
I have 26 columns with name as COMPLIANCE_ITEM_1 to COMPLIANCE_ITEM_26. The data stored in this column is Yes or No, in format of 1 or 0. Now, I need to write a select query with below condition,
Give output of those column only which are set to 1.
So I have different column Region, Country, Compliance_ITEM_1 .... Compliance_Item_26 from table1.
based on the user input it should display those compliance item column which are set to 1.
How it can be achieved?
Thanks
Nikhil Sanghvi