Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The text, ntext, and image data types are invalid in thi
Message
 
 
À
18/08/2008 15:37:47
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:
01339670
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
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
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform