Dalším způsobem, jak toho dosáhnout, je použití nástroje pro tvorbu dotazů a distinct
metoda
await this.createQueryBuilder('entity name')
.select('column')
.distinct(true)
.getRawMany();
Dalším způsobem, jak toho dosáhnout, je použití nástroje pro tvorbu dotazů a distinct
metoda
await this.createQueryBuilder('entity name')
.select('column')
.distinct(true)
.getRawMany();