https://issues.apache.org/ooo/show_bug.cgi?id=126029
Issue ID: 126029
Issue Type: DEFECT
Summary: don't accept query on SQL AND return error message in
sql mode
Product: Base
Version: 4.0.0
Hardware: PC
OS: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
hi.
when i type query in sql mode and run it, i get an error message.
QUERY purpose:select all children, who was born in 2001 year.
[code]
select * from 589 where yy='2001';
[/code]
*I checked the syntax, it works perfect on demo base on tutorial site.
**when i try make query in design view, it return me just unsorted table, with
all records from 1997 till 2008.
Thank you
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.