Top "Contains" questions

The "contains" operator/method is used to determine if an entity collection contains an element with a particular property.

Using SQLServer contains for partial words

We are running many products search on a huge catalog with partially matched barcodes. We started with a simple like …

sql-server azure-sql-database contains sql-like
Oracle CONTAINS Giving Invalid Identifier ORA-00904

So I have a webapp that takes in a string where ID elements are broken up by '-' (e.g. …

sql oracle contains oracle-sqldeveloper ora-00904
JIRA JQL select issues where issuekey contains key

I can select JIRA issues using this JQL query: issuekey >= PRJ-23 results: PRJ-23 PRJ-24 ... PRJ-2345 ... How can I select …

key jira contains jql