SyntaxFix
Write A Post
Hire A Developer
Questions
Following query helped me. Instead of using LIKE, you can use ~*.
LIKE
~*
select id, name from hosts where name ~* 'julia|lena|jack';