Innym sposobem na to jest użycie konstruktora zapytań i distinct
metoda
await this.createQueryBuilder('entity name')
.select('column')
.distinct(true)
.getRawMany();
Innym sposobem na to jest użycie konstruktora zapytań i distinct
metoda
await this.createQueryBuilder('entity name')
.select('column')
.distinct(true)
.getRawMany();