You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
concat(date_part('month', viewed_at), '-', date_part('year', viewed_at)) AS Month,
count(*) AS Views
FROM topic_views WHERE topic_id IN (SELECT id FROM topics WHERE category_id = '42' AND deleted_at IS NULL) -- replace category_id with your FAQ category_id