Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The text, ntext, and image data types are invalid in thi
Message
De
18/08/2008 15:44:07
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01339652
Message ID:
01339674
Vues:
23
Thank you!


>Tracy,
>
>You don't need column list in any EXISTS subquery
>Try
>
>SELECT * from itable c
>	WHERE EXISTS (SELECT 1 FROM ttable a WHERE a.inci_id = c.inci_id
>				and exists ( SELECT 1 FROM vtable b
>					WHERE b.vehi_id = a.vehi_id AND licpl_no LIKE '%UNKNOWN%'
>						AND len(make)= 0 AND LEN(model)=0))
>
>
>>the field canccomm in ttable is text and the fields vhfeature and vhnotes in vtable are text...
>>
>>
>>
>>>Which field(s) is/are text?
>>>BTW LEN() doesn't count trailing spaces, so
>>>
>>>LEN(LTRIM(RTRIM(model))) = 0
>>>is the same as
>>>LEN(model) = 0
>>>
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform