PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Ilike di PostgreSQL con più corrispondenze in Rails ActiveRecord

Puoi farlo con

User.where('name ilike any ( array[?] )',['%thomas%','%james%','%martin%'])