Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
View Caused Syntax Error
Message
De
14/04/2005 11:01:59
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00863523
Message ID:
01004679
Vues:
21
>The DESC is a subclause of the ORDER BY clause in the SELECT-SQL statement.

Hey Sergey!
here is the statement. I wouldn't think that "Process.desc" could cause the error, but "Desc" is a reserved word... I don't generally watch out for reserved words.. but I will in the future! Thanks!

SELECT Linelist.line_no, Linelist.service, Process.process_id,;
Process.temp, Process.density, Process.desc;
FROM linelist LEFT OUTER JOIN process ;
ON Linelist.line_no = Process.process_id;
ORDER BY Linelist.line_no
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform