Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT-Sql help needed
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00751340
Message ID:
00751384
Vues:
15
>>Here is the thread of interest GROUP BY 1 no longer works Thread #750415 Message #750415<
>
>Thank you Nadya.
>
>I see what I am dealing with now - and I will definately not be using Group By 1 in this situation.
>
>Your FAQ was also helpful.
>
>Mel Cummings

I'm thinking about this SQL:
select People.*, Address.* from People ;
inner join Address on People.PeopleID = Address.PeopleID ;
where Address.AddressID in ;
(select min(AddressID) as AddressID ;
from People inner join Address on ;
People.PeopleID = Address.PeopleID ;
group by People.PeopleID)
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform