Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with views
Message
De
13/04/1999 16:49:34
 
 
À
13/04/1999 16:45:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00207987
Message ID:
00207996
Vues:
29
>Hello Ed,
>
>I checked my MSDN and LEFT OUTER JOIN only appeared on VFP 5.0
>
>That view is contained in a grid.
>
>Is there something that I can do to make it OK for a grid?

You can use cursor:
Select table1.field1, table2.field2 ;
From Table1,Table2 ;
Into Cursor mycursor ;
Where Table1.id=Table2.id ;
Union Select table1.field1, "" as field2 ;
From table1 Where id NOT IN (Select id From Table2)
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform