Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql recherche nom prenom

SELECT * 
FROM personne 
WHERE nom LIKE '".$debut."%'
OR prenom LIKE '".$debut."%'
OR CONCAT(prenom, ' ', nom) LIKE '".$debut."%'
Comment

PREVIOUS NEXT
Code Example
Sql :: create user in mysql 
Sql :: join three tables sql 
Sql :: table users 
Sql :: access refused mysql xampp server 
Sql :: test database for sql 
Sql :: clustered-nonclustered indexes(constraints) 
Sql :: was not locked with LOCK TABLES 
Sql :: sql not operator 
Sql :: group by 
Sql :: psql owner of database 
Sql :: add column sql 
Sql :: _ Wildcard in SQL 
Sql :: index in mysql 
Sql :: query on date sqlite flutter 
Sql :: mysql error 1452 
Sql :: union sql 
Sql :: timestamp type in sql 
Sql :: postgres jsonb array push new element 
Sql :: join multiple tables in sql same table 
Sql :: convert sql to linq c# online 
Sql :: restore backupfile discourse 
Sql :: exectuer myssql .sql 
Sql :: delete from table and truncate table 
Sql :: recursive query herarchical data sql server 
Sql :: execute oracle ash command 
Sql :: python sqlalcahmey compare datetime 
Sql :: basic structure of sql expression having clause 
Sql :: sql not null constraint 
Sql :: postgresql < ALL very slow 
Sql :: sql equal then arrow 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =