Subject | FB 1 and INSERT INTO |
---|---|
Author | Lucas Franzen |
Post date | 2002-03-13T10:38:24Z |
Hello,
thanks to everyone who was involved in releasing the final 1.
I don't like to post the following one,
but I've got a big problem with insert statements.
Until now it was legal to have statements like:
INSERT INTO MYTABLE ( MYTABLE.MY_ID, MYTABLE.MY_INTEGER )
VALUES ( 1, 2 );
Now this won't work unless I omit the MYTABLE in front of the
fieldnames.
Unfortunately the table name is added automatically by (for example)
IBO...
Luc.
thanks to everyone who was involved in releasing the final 1.
I don't like to post the following one,
but I've got a big problem with insert statements.
Until now it was legal to have statements like:
INSERT INTO MYTABLE ( MYTABLE.MY_ID, MYTABLE.MY_INTEGER )
VALUES ( 1, 2 );
Now this won't work unless I omit the MYTABLE in front of the
fieldnames.
Unfortunately the table name is added automatically by (for example)
IBO...
Luc.