To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82538
                 Issue #|82538
                 Summary|query fails
               Component|Database access
                 Version|OOo 2.2.1
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|tlkhorses





------- Additional comments from [EMAIL PROTECTED] Fri Oct 12 01:50:21 +0000 
2007 -------
Trying the following query in base with mysql server gives me the following 
error:
parse error, expecting `BETWEEN' or `IN' or `SQL_TOKEN_LIKE'

SELECT a.CustomerID, b.LastName, b.FirstName, a.Time, a.Type, a.Subject FROM
CustomerEventLog a, Customer b
WHERE a.CustomerID = b.CustomerID AND a.Type = 'Installation' AND a.Time Between
{D '2007-08-31'} AND {D '2007-10-01'} AND a.Subject LIKE 'Install checked off as
good. Billing Started'
ORDER BY CustomerID;

This works in direct but not otherwise. I have tried with ( ) around the between
statement also.

tk

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

Reply via email to