To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66959
User fs changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |WONTFIX
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 5 03:22:58 -0700
2006 -------
This is because ORDER BY <column_ordinal_position> is not supported by OOo's
parser. That's fine, and won't change. Citing from the "SQL-99, Complete" book:
<citation>
Get rid of any Column ordinal position references in an ORDER BY clause - using
ordinals as column numbers is frowned on by SQL-92 and banned by SQL3. Again,
the solution is to use an AS clause, so the columns have explicit names ...
</citation>
So, this is a WONTFIX.
---------------------------------------------------------------------
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]