Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search for a dash
Message
De
17/07/2014 14:31:29
 
 
À
17/07/2014 14:27:09
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2012
Application:
Web
Divers
Thread ID:
01603942
Message ID:
01603943
Vues:
53
Michel,

If I do the following, I get a row back:
create table client (title varchar(100))
go
insert into client values ('Michel F-ournier')

DECLARE @Title Varchar(50)
SET @Title='Michel F-%'
SELECT *  FROM Client WHERE Client.Title LIKE @Title
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform