To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95800
                 Issue #|95800
                 Summary|rithmetic operators on fields in a SELECT clause ?
               Component|Database access
                 Version|OOo 3.0
                Platform|Unknown
                     URL|http://dba.openoffice.org/servlets/BrowseList?list=use
                        |rs&by=thread&from=2145096
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|msc
             Reported by|aladdin2k7





------- Additional comments from [EMAIL PROTECTED] Mon Nov  3 13:36:36 +0000 
2008 -------
n Base, when the database (i.e. the odb file) is created by connecting to a csv
file, it seems that you can not use arithmetic operators on fields in a SELECT
clause ; oddly enough, you can use trigonometric functions, for instance.

For example, SELECT "name", "value" + 5 AS "Result" FROM "Table1" will give a
blank result for "Result" if the source if a csv file or a spreadsheet, but will
work fine with an HSQL database engine. SELECT "name", SIN("value") AS "Result"
FROM "Table1" will work, whatever the source is.

---------------------------------------------------------------------
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]

Reply via email to