Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The text, ntext, and image data types are invalid in thi
Message
From
18/08/2008 15:44:07
 
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:
01339674
Views:
24
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"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform