How to fetch with multiple ids
This query gives me:
Hows everyone fetching with multiple ids?
3 Replies
So this works as expected
and this does not work :/
The first code block works now. I just need to make everything lowercase. But now...
The solution:
You can use the
inArray
function provided by drizzle. Try to avoid using sql.raw as much as possible
This is how this can be written:
@Angelelz thank you!