Subject | SQL Problem |
---|---|
Author | Giorgio Vanoni |
Post date | 2001-08-02T13:35:25Z |
Hello all :-)
I try to do this simple Sql statement:
SELECT DESCR,NULL FROM TAB1
UNION ALL
SELECT DESCR,IDX FROM TAB2
with Access, DB2 and other this works fine, with IB it doesn't.
I have tried with NULL,0,'',"" and other but nothing.
Any suggestions?
Thanks in advance
Giorgio.
I try to do this simple Sql statement:
SELECT DESCR,NULL FROM TAB1
UNION ALL
SELECT DESCR,IDX FROM TAB2
with Access, DB2 and other this works fine, with IB it doesn't.
I have tried with NULL,0,'',"" and other but nothing.
Any suggestions?
Thanks in advance
Giorgio.