To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=88774 Issue #|88774 Summary|"order by" function not working properly Component|Database access Version|OOo 2.4.0 Platform|PC URL| OS/Version|Windows Vista Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|yatman
------- Additional comments from [EMAIL PROTECTED] Sun Apr 27 09:08:47 +0000 2008 ------- I am learning SQL on my own and have purchased a book that contains some basic samples of SQL that are supposed to work across many DBMS'. first, the basic code: *** select au_fname as "first", au_lname as "last", city, state from authors order by state, "last", "first"; *** The "last" and the "first" in the 'order by' section are not accepted and generate errors. I have to use the actual original table column id to perform this sort. Isn't this a basic function of SQL to be able to sort by the alias id? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
