I have table data in this form:
Catalog Styles A font-size:10px;display:none; A
display:none; B
font-size:12px;text-align:center;vertical-align:center; A
font-size:12px;text-align:center;
I want to get list of all the unique css style for each catalog in given data. For A i have
font-size;text-align;display;
what will be my query for this content?