Skip to main content

discountgrouptags

Each row links a tag to a discount group for segmentation.

Full schema

View all columns and table relationships

Status group

Yes, this table includes a statusgroup column. See Status Group for details.

Sample query

select
t.discountgroupid,
t.tagid
from discountgrouptags as t
limit 100