Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major problem with indexing
Message
 
 
To
30/09/2008 15:27:39
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01351824
Message ID:
01351896
Views:
21
>>
>>declare @x char(20)
>>set @x = 'test%'
>>select @x + '<'
>>
>>declare @y varchar(20)
>>set @y = 'test%'
>>select @y + '<'
>>
>>
>>there's a big difference between those two as far as the LIKE operation is concerned
>
>I am not sure I understand your examples here.

These two things are not equivalent as a LIKE clause
test%               <
test%<
The trailing spaces are significant between the char() and the varchar() variables.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform