Skip to content

Request: Sort published decks by "most cloned" #106

@onecrayon

Description

@onecrayon

E.g. something like:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions