Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select Query with like condition
Message
De
08/03/2004 14:25:47
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
08/03/2004 14:16:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00884197
Message ID:
00884202
Vues:
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
>###################################################################
The WHERE condition will be applied after the JOIN, so it may be that the records bubbling up with the DISTINCT clause are not the ones matching your WHERE.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform