Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysl like insert a variable

SET @email = 'test@test.com';

SELECT email from `user` WHERE email LIKE CONCAT('%', @email, '%');
Comment

PREVIOUS NEXT
Code Example
Sql :: Get top 1 row of each group 
Sql :: sql varchar(255) 
Sql :: SQL IN Operator With Duplicate Values 
Sql :: postgresql grant alter table to user 
Sql :: how to drop check constraint in sql 
Sql :: providername system.data. mysql 
Sql :: NextBirthDayDate 
Sql :: TSQL Code Snippet For Optimized Sales Query 
Sql :: SQL Injection Using Multiple Statement 
Sql :: hierachichal sql query 
Sql :: sql developer export connections 
Sql :: how to import sqlite driver class in java using maven 
Sql :: ceil upto 2 decimal place mysql 
Sql :: vbscript create ADODB.Connection 
Sql :: sql null functions 
Sql :: alling a function from PL/SQL in a select statement in ORACLE 
Sql :: SQL FULL OUTER JOIN With AS Alias 
Sql :: creating a joined view in mysql 
Sql :: PGSQL dynamic table name 
Sql :: mysql get nested records 
Sql :: select nth row in mysql 
Sql :: mysql et python 
Sql :: plsql to generate all combinations of specified number of characters in string 
Sql :: oracle select tree structure 
Sql :: plsql listagg 
Sql :: dump only data 
Sql :: bitmap join index 
Sql :: drop-toys-table 
Sql :: MySQL - How to find word with the most similar beginning 
Sql :: sql saut de ligne 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =