Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Query with like condition
Message
From
08/03/2004 14:22:09
 
 
To
08/03/2004 14:16:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00884197
Message ID:
00884199
Views:
12
If you are sure, try this:
Select distinct(a.title),b.docindex_i from ocrdata a,docudeck b ;
where b.file_name = a.tiffile  ;
and a.ocdata like "%schedule%" ;
order by a.id into cursor lcsource
Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform