Subject | RE: [firebird-tools] Re: GPRE |
---|---|
Author | Paul Beach |
Post date | 2005-05-25T12:06:54Z |
>This is not a bug... Firebird doesn't have this feature... You canThat would probably explain it then, i.e. I didn't have time to actually test
>do this in Oracle, but not in Firebird. Well, for now you can't... Who knows
>the future!!!
it. This would mean implementing the SQL syntax described so gpre understands it...
Have you tried to do a similar operation using gdml rather than SQL?
e.g. instead of
INSERT INTO db2.TEST SELECT * FROM db1.TEST;
use something like
for a in db1.test
store b in db2.test
end_store
end_for
Paul