Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Join on inequality
Message
De
11/10/2001 12:10:19
 
 
À
11/10/2001 11:06:16
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00566970
Message ID:
00567059
Vues:
15
Hilmar,


Would the 'where ... in (select ...) ' not work ?

Something like (not tested)
select tmpReport.*,;
	L1.* ;
	from tmpReport, LiquidationPrice L1 ;
	into cursor tmp ;
	where	( (bintoc(tmpReport.artparent) + dtos(tmpReport.PlanMonday)) ;
				in (	select max( bintoc(liquidationprice.article) + dtos(liquidationprice.planweek) ) ;
						from LiquidationPrice L2 ;
						where ( bintoc(L2.article) == bintoc(tmpReport.artparent) ) ;
					) ;
			)
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform