8 lines
212 B
SQL
8 lines
212 B
SQL
{% extends 'minifigure/base/base.sql' %}
|
|
|
|
{% block where %}
|
|
WHERE "combined"."id" IS NOT DISTINCT FROM :id
|
|
AND "combined"."figure" IS NOT DISTINCT FROM :figure
|
|
AND "combined"."source_type" = 'set'
|
|
{% endblock %}
|