Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select command
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Select command
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01565071
Message ID:
01565071
Vues:
54
I am using the code below to group results,but the problem is that some records have a comma which duplicates some results

eg:

Yellow
blue
blue,
green
red
red,

Is there a way to remove the comma only from the the result of the code below without removing the commas from the original table ?


SELECT Prog_long , COUNT(*) AS Quant FROM reembolso GROUP BY prog_long where reembolso.date > DATE()-thisform.days.value INTO CURSOR crsReemb ORDER BY quant DESC
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform