Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Query with like condition
Message
From
08/03/2004 14:49:19
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
08/03/2004 14:16:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00884197
Message ID:
00884210
Views:
14
>I am using the following query using distinct and like both, Can you please tell me am i doing something wrong, it is not getting the records.
>But there are records which match the criteria:
>
>###################################################################
>Select distinct(a.title),b.docindex_i from ocrdata a,docudeck b ;
>where a.tiffile = b.file_name ;
>and a.ocdata like "%schedule%" ;
>order by a.id into cursor lcsource
>###################################################################

Hi Raj,

Can you change the aliases, a and b, to something else? Perhaps VFP is looking at work areas 1 and 2.
Previous
Reply
Map
View

Click here to load this message in the networking platform