Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Caused Syntax Error
Message
From
14/04/2005 11:01:59
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00863523
Message ID:
01004679
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform