Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete from many tables
Message
De
08/01/2006 03:38:35
 
 
À
07/01/2006 08:41:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Divers
Thread ID:
01084362
Message ID:
01084491
Vues:
8
hi,
thank you.
>>hi,
>>thank you both,so much,it works
>>
>>for x=1 to 13
>>  use ('month'+ltrim(str(x,2))+'2005')
>>  delete for no=714
>>endfor
>>
>
><pre>
>for x=1 to 13
>  delete FROM ('month'+ltrim(str(x))+'2005') where no=714
>endfor
>
>
>>
>>>
>>>for x=1 to 1
>>>  use ('month'+trim(str(x,2))+'2005')
>>>  delete for no=1151
>>>endfor
>>>>hi all,
>>>>any idea help,
>>>>
>>>>i have 13 free tables as table(month12005) to table(month132005)
>>>>i need to delete emplyee number ( no=1151) from all tables,
>>>>
>>>>ex..
>>>>
>>>>for i=month12005 to month132005
>>>>delet for no=1151
>>>>next
>>>>
>>>>thanks
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform