Home All Groups Group Topic Archive Search About

Inserting data using a derived table in SQL Server Mobile

Author
23 Nov 2007 9:22 AM
VooDoo
I need to put data from one table to another. In online book i found example
but when run the script:

insert into faktura1(ident_fakt, kod_odb) select(ident_fakt,  kod_odb) from
faktura1_t

a get an error 80040E14. When a insert only one field(column) every thing is
ok, but finally i have to move over 25. Does any one knows how to fix it

AddThis Social Bookmark Button