Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search for a dash
Message
From
17/07/2014 14:31:29
 
 
To
17/07/2014 14:27:09
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01603942
Message ID:
01603943
Views:
52
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform