Getting data as multiple match conditions for one column of PostgreSQL with NestJS, TypeOrm
I tried to get data from PostgreSQL by using TypeOrm - NestJS. My problem is I cannot get multiple match conditions from a column. My code tries to get Egypt, Jordan and Israel from country column. However, this countries are…