Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.
This repository was archived by the owner on May 22, 2021. It is now read-only.

Use join query to get just tasks which author isn't banned #213

@PAException

Description

@PAException

Example query:

SELECT solution.solution_id, solution.author_id, banned.user_id FROM solution WHERE (COUNT * 
FROM banned WHERE banned.user_id != solution.author_id)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ImprovementImprovement of existing featurePriorityExtra attention is needed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions