import { Prisma } from "@prisma/client"; const ids = [1, 3, 5, 10, 20]; const result = await prisma.$queryRaw`SELECT * FROM User WHERE id IN ...
確定! 回上一頁