Subject | Query error |
---|---|
Author | Carlos Ortiz Quiros |
Post date | 2005-09-12T22:09:09Z |
I try the following query against FB 1.5.2
SELECT A.*, B.*
FROM TABLENAME A INNER JOIN
(SELECT *
FROM TABLENAME C) B ON A.Field = B.Field
And FB refuses to use the SELECT
What would be the error and what the workaround?
Any hints?
Carlos Adolfo Ortiz Q
carlosaortiz@...
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
SELECT A.*, B.*
FROM TABLENAME A INNER JOIN
(SELECT *
FROM TABLENAME C) B ON A.Field = B.Field
And FB refuses to use the SELECT
What would be the error and what the workaround?
Any hints?
Carlos Adolfo Ortiz Q
carlosaortiz@...
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com