Subject | RE: [firebird-support] Re: bulk insert |
---|---|
Author | Alan McDonald |
Post date | 2005-05-18T22:42:37Z |
> >>then issue one command to firebird to insert from this table to yourINSERT INTO MYNEWINTERNALTABLE (SELECT FIELD1, FIELD2, FIELD3, etc FROM
> newly created table.
>
> without coming across as dense or unwilling to read on my own, what
> command would that be?
MYEXTERNALTABLE);
>This is not correct. Create an external table and insert records into it.
> > In addition, all null numeric values are stored as 0's in external
> tables (last time I heard).
>
> which refernce do i use for looking up more on this?
>
>
You will see exactly how records are stored.
Alan