Skip to content

LIKE ANY with asyncpg? #821

Answered by elprans
FyZzyss asked this question in Q&A
Sep 1, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I also added \\% on both sides to each element of the array, but this does not work

You have to add % (no need to escape it) to each element of names_array:

await pg.fetch(SELECT * FROM public.table WHERE field LIKE ANY($1::text[]), [f'%{n}%' for n in names_array])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@FyZzyss
Comment options

Answer selected by FyZzyss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants