Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Always trips me up!
Message
De
14/06/2007 13:54:52
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01233129
Message ID:
01233162
Vues:
16
>>Hi all
>>
>>This kind of query should be common yet I often seem to break it.
>>
>>Two tables
>>
>>Members, StatusHistory.
>>
>>Status history has the member id the status and the date of the change.
>>
>>I want to grab member info and the current status and change date as of this moment for each member.
>>
>>Please help.
>>
>>Thanks!
>
>Mike,
>I am not sure I understand what you want.
>You just want to update records in StatusHistory with new date and status, you want to insert new records in that table with new date and status or you want to update member's info for these which are already in StatusHistory and Add new records for these which are not there. Can you post some data and desired result?

Hi Borislav

I don't want to update the statushistory. That will be done in a screen specifically for that purpose. I want to produce a listing of each person with their current status and when it changed.
member
id       name
1        mike

statushistory
id    status    effdate
1     I         01/01/2005
1     A         01/01/2007

result
id     name    status  effdate
i      mike      A     01/01/2007
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform