We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d515cc commit 0c44c52Copy full SHA for 0c44c52
src/main/resources/sql/collection_dao_queries.properties
@@ -1,5 +1,5 @@
1
- SELECT c.id AS collection_id \
2
collection.find_last_created = \
+ SELECT DISTINCT c.id AS collection_id \
3
, c.slug AS collection_slug \
4
, u.name AS owner_name \
5
FROM collections_series cs \
0 commit comments