SELECT
*
FROM
cscart_settings_sections
WHERE
name = 'ab__deal_of_the_day'
AND type = 'ADDON'
AND (
FIND_IN_SET(
'STOREFRONT', cscart_settings_sections.edition_type
)
OR FIND_IN_SET(
'VENDOR', cscart_settings_sections.edition_type
)
OR FIND_IN_SET(
'ROOT', cscart_settings_sections.edition_type
)
OR FIND_IN_SET(
'ULT:STOREFRONT', cscart_settings_sections.edition_type
)
OR FIND_IN_SET(
'ULT:VENDOR', cscart_settings_sections.edition_type
)
OR FIND_IN_SET(
'ULT:ROOT', cscart_settings_sections.edition_type
)
)