Subject Re: [IBO] Datapump Question: What do i wrong?
Author Aage Johansen
saschaschilberz wrote:
> ...
> The way with
> insert into tab1 (
> Col1, Col2, etc (all the same columns)
> values (:Col1, :Col2, :etc.....)
> works by me.
> That wasn't my prob.
>
> But what i want is like
> insert into tab1
> select * from tab
> ...

Maybe you need the qli utility (in Firebird's "bin"
folder). Documentation is scarce ...

--
Aage J.