ДМ
Size: a a a
ДМ
A
A
ДМ
const entityManager = getManager();
const tableUn = this.tableUnion.createQueryBuilder('tu')
.select(['id', 'description'])
.getQuery();
const tableTg = this.tags.createQueryBuilder('tg')
.select(['id', 'name'])
.getQuery();
const tags = await entityManager.query(`${ tableUn } UNION ${ tableTg }`);
return tags;A
В
В
ДМ
В
В
В
ДМ
🏡K
🏡K
В
🏡K
🏡K
🏡K
В
В