Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is wrong with this SELECT SQL?
Message
De
29/03/2006 07:40:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
What is wrong with this SELECT SQL?
Divers
Thread ID:
01108740
Message ID:
01108740
Vues:
48
SELECT Invent.codigo, Productos.descrip, SUM(Invent.saldoenivel);
 FROM  sabia!invent INNER JOIN sabia!productos ;
   ON  Invent.codigo = Productos.codigo;
 WHERE SUM(Invent.saldoenivel) = 0;
 GROUP BY Invent.codigo;
 ORDER BY Invent.codigo
When I try to run a view based on this SQL I get a message "File 'sum.prg' does not exist"

Thank you in advance for your time
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform