Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The text, ntext, and image data types are invalid in thi
Message
 
 
To
18/08/2008 15:37:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01339652
Message ID:
01339670
Views:
14
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform