Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to over-write a table in C# Sql select
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
How to over-write a table in C# Sql select
Divers
Thread ID:
01475647
Message ID:
01475647
Vues:
124
Hi.
I want to over-write a table in Sql using a select / update or whatever is most relevant.

My Vfp Code would be:

Set EngineBehavior 70
Select * ,Sum(Turnover) as Turnover, Sum(Cost) as Cost from Table1 into Table Table2 Group by Country, City
Sele Table1
Zap
Appe from Table2

Suggestions in C# with Sqlserver woudl be appreciated
Regards,
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform