Top "Sql-like" questions

The LIKE predicate is used to search for a specific pattern in a column.

xQuery LIKE-operator (starts-with)

Value in the field is as follows <en-US>Parameter23</en-US> <it-IT>Parameter</it-IT&…

xml sql-server-2005 where-clause sql-like xquery-sql
How to use LIKE in a query to find multiple words?

I have a cust table id name class mark 1 John Deo Matt Four 75 2 Max Ruin Three 85 3 Arnold Three 55 4 Krish Star …

sql oracle sql-like textmatching
SQLite: Should LIKE 'searchstr%' use an index?

I have a DB with several fields word_id — INTEGER PRIMARY_KEY word — TEXT ... ..and ~150k rows. Since this is …

sql sqlite cocoa sql-like query-performance
MS Access SQL LIKE query from C#

I have this query for Ms Access and im using C# and Ole DB commands. It works on Ms Access …

c# ms-access ms-access-2010 sql-like
MySQL - NOT IN LIKE

How can I, in mysql, check if a value is inside a number of fields in another table? Something like …

mysql sql-like in-operator not-operator
How to write LINQ IN clause query which will work as LIKE operator as well?

How we can write a LINQ query for following select sql query: string brandid="1,2,3" string bodystyleid="1,2,3" ------------------- ----------------- select * from …

linq entity-framework linq-to-entities sql-like in-clause
Why I need to double-escape (use 4 \) to find a backslash ( \ ) in pure SQL?

I do not understand this MySQL behaviour : if I want to display a\b, I can just select "a\\b" …

mysql select escaping sql-like backslash
What is the solution to 13th part of 'select from world' tutorial on sqlzoo?

The problem statement is: Put the continents right... Oceania becomes Australasia Countries in Eurasia and Turkey go to Europe/Asia …

sql case sql-like case-when
Elasticsearch equal SQL %Like%

Coming from here i'm asking myselve for the elasticsearch syntax for such querys: WHERE text LIKE "%quick%" AND text LIKE "%…

sql elasticsearch search sql-like elasticsearch-5
LIKE condition with comma separated values

This may seem silly but I am working on an old system where we don't have separate table for project. …

sql sql-server sql-like sql-in