Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compute many operations
Message
 
 
À
09/09/2004 18:54:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00939290
Message ID:
00940878
Vues:
24
>hi,
>What are AreaCode and Team fileds ? numeric
>
>i'm sorry but still same message(SQL: Queries of this type are not supported (Error 1814))
>
>
> delete from table1 where recno() in (select rn from crsRand)
>
>
>thanks.

Well, that's too bad :( I hoped it would work. Since you do not have PK in table1, the other way is to do:
select crsRand
scan
   goto rn in Table1 && move record pointer to rn record in table1
   delete in Table1
endscan
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform