Search code examples
How to use like pattern matching with PostgreSQL and Python with multiple percentage (%) symbols?...


pythonpostgresqlpattern-matchingsql-likemysql-real-escape-string

Read More
Postgresql like into if clause...


postgresqlif-statementsubqueryaliassql-like

Read More
Proper formatting of sql query with LIKE clause...


sqlpostgresqljdbcclojuresql-like

Read More
How do I do a LIKE search with an @ in the search in MySQL?...


mysqlsqlselectsql-like

Read More
postgresql select like one column two words...


postgresqlselectsql-like

Read More
Non sensitive search in SORM with PostgreSQL...


regexpostgresqlsql-likesorm

Read More
PostgreSQL+NHibernate -> named parameter in LIKE section...


stringpostgresqlnhibernatesql-likenamed-parameters

Read More
Searching for an underscore with LIKE...


postgresqlsql-like

Read More
How to JOIN using LIKE '<column>%'...


sqlpostgresqljoinsql-likepostgresql-9.4

Read More
Join MySQL tables, select rows with column starting with string and use multiplication to filter...


mysqlsqljoinsql-like

Read More
Can MySQL fulltext search be adapted to search for partial words?...


mysqlfull-text-searchsql-like

Read More
MySQL - How to use fields in 'LIKE' operator...


mysqlcomparisonfieldsql-like

Read More
How to search text using php if ($text like %admin%)...


phpsql-like

Read More
SQL find same value on multiple filelds with like operator...


mysqlsqlsearchsql-like

Read More
TSQL Case WHEN LIKE REPLACE...


t-sqlreplacecasesql-likeexists

Read More
how to do like query in MySQL find second word in string...


mysqlregexwildcardsql-like

Read More
T-SQL LIKE regular expression...


regext-sqlsql-like

Read More
LIKE operator with a variable number of search conditions, in T-SQL...


sql-servert-sqlsql-server-2008-r2search-enginesql-like

Read More
SQL CASE LIKE with multiple choices...


sqlsql-servert-sqlcasesql-like

Read More
using 'like' to find whole words in sql...


mysqlsql-serverregext-sqlsql-like

Read More
TSQL syntax for enclosing search terms within brackets...


t-sqlsearchsql-server-2005sql-like

Read More
use IN clause and Like in T-SQL...


t-sqlsql-like

Read More
Is there an exact string compare in T-SQL?...


sql-servert-sqlsql-likeequality

Read More
How to match '0', '00', '000', '0000' ... pattern in TSQL?...


sql-servert-sqlsql-like

Read More
Exact match with a stored procedure using a LIKE in T-SQL?...


sql-servert-sqlstored-proceduresparameterssql-like

Read More
SQL like '%term%' except without letters...


sqlsql-servert-sqlwildcardsql-like

Read More
tsql Pattern [^a-z] finds aa...


t-sqldesign-patternssql-like

Read More
I'm trying to search a long column with like, but Oracle complains...


oracle-databaseconstraintssql-like

Read More
SQL Like filtering...


sqlsql-servert-sqlsql-likevarchar

Read More
Is it possible to use a parameter for LIKE / NOT LIKE...


t-sqlselectstored-proceduressql-like

Read More
BackNext