Like문 써보기

JinYoungMo·2024년 3월 29일


// 판례 조회
async findKeyWordDetails(name: string) {
return this.panryeRepository.find({
where: {
판시사항: Like(%${name}%),
}
})
}

LIKE문은 전 테이블을 돌아야 한다는 문제점이 있다.

profile
blockchain core & payments and stable coins

0개의 댓글