Skip to main content

waitlists

Each row represents a user waiting for access to a full course, including waitlist status and notification flags.

Full schema

View all columns and table relationships

Status group

No, this table does not include a statusgroup column.

Sample query

select
t.courseid,
t.userid,
t.emailsent,
t.waitliststatus
from waitlists as t
limit 100