Subject | Re: [IBO] Cannot do this |
---|---|
Author | Daniel Rail |
Post date | 2003-07-18T07:44:58Z |
Hi,
At July 17, 2003, 23:43, Yosi wrote:
Firebird.
can use that view the same way as a table.
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At July 17, 2003, 23:43, Yosi wrote:
> Hello,Yes, it's true, you cannot write that kind of query in Interbase or
> Is it true that I cannot execute this statement on IBOConsole ?
Firebird.
> I found a classical error "Token unknown - line 3, char 6". I usedCreate a view that contains the query in your FROM clause. Then you
> to write a breakdowned SQL syntax like this on other tool (other
> dbms). How can I do this on IB & IBOConsole.
can use that view the same way as a table.
> SELECT ID, Warehouse, SUM(InQty) AS InQty--
> FROM
> (SELECT ID, Warehouse, InQty
> FROM RawInA
> UNION
> SELECT ID, Warehouse, InQty
> FROM RawInB) A
> GROUP BY ID, Warehouse
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)