Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql command
Message
De
24/07/2006 14:25:48
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
MS SQL Server
Divers
Thread ID:
01139315
Message ID:
01139342
Vues:
10
>hi all,
>i have a friend who is trying to do a sql command but is not having any luck. basically he wants to return field1 from table 1 where field2 occurs in field1. i am not great with sub querys but is this easy/possible to do? i suppose it would go something like in pyudocode
>
>select table1.field1 from table1 where table1.field2 is found anywhere in table1.field1
>
>~M
select table1.field1 from table1 ;
   where table1.field2$table1.field1
Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform