Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
 
 
À
22/08/2006 23:33:22
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01147770
Message ID:
01147776
Vues:
19
Try
select log_user.*, location.code , location .name ;
  FROM log_user ;
    JOIN location ON log_user.location LIKE ("%" + TRIM(location.code) + "%");
  into cursor Tmp
>
>
>The data in log_user.location is a character field, i.e. "TS,MT", so it is not a separate record... is there anyway to "divide" TS and MT as records, then join them with code?
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform