Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Major problem with indexing
Message
 
 
À
30/09/2008 12:32:22
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01351824
Message ID:
01351857
Vues:
20
>>I can't test this right now (I install some SP here)
>>but what if you change declarations of the variables from CHAR() to VARCHAR()?
>
>Changing to varchar will find the records.
>
>But, why?
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
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform