# postgreSQL - string like multiple condition ###### tags: `sql` ``` select 'string' like any(array['%?%','%*%']); ```