Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql select where field like in list

SELECT * from mytable where field REGEXP '1740|1938|1940'; 

SELECT * from mytable where field REGEXP 'I|am|looking|for|these|strings';
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql where in maintain order 
Sql :: how to drop check constraint in sql 
Sql :: Components/Fields of Internal Table 
Sql :: forenkey code alchemy sql 
Sql :: Postpresql relation not found 
Sql :: phpmyadmin tabellentyp ändern 
Sql :: split a database into related tables based on their structure in MySQL 
Sql :: sql examples from your work 
Sql :: error infor in sql server 
Sql :: soql queries for not contact related account records in salesforce 
Sql :: sql server: how to assign value to table variable returned from function 
Sql :: ceil upto 2 decimal place mysql 
Sql :: systemverilog unique constraint unique values 
Sql :: select into a new table mysql 
Sql :: sql query wordpress export post 
Sql :: añadir clave foranea mysql 
Sql :: ms sql convert hijri to gregorian 
Sql :: creating directory /var/lib/postgresql/data ... initdb: error: could not create directory "/var/lib/postgres/data": Permission denied 
Sql :: import sheets doc into databricks 
Sql :: fonction stockée pl/sql 
Sql :: how to make oppointment table in database 
Sql :: sqdqsd 
Sql :: call object contructor and call methods of object 
Sql :: Inner join steps 
Sql :: could not find driver (SQL: PRAGMA foreign_keys = ON;) larave 
Sql :: insert column rake 
Sql :: psql commande gset 
Sql :: SQL LEFT JOIN With AS Alias 
Sql :: oracle sql , set operators 
Sql :: db visualizer mssql 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =