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
SELECT COUNT(*), source_id, MAX(title) FROM deck WHERE source_id IN (
SELECT id FROM deck WHERE is_public IS TRUE and is_preconstructed IS FALSE
) GROUP BY source_id ORDER BY COUNT(*) DESC;
Gives a peek at what decks people are copying.
The text was updated successfully, but these errors were encountered:
E.g. something like:
Gives a peek at what decks people are copying.
The text was updated successfully, but these errors were encountered: