|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Inserting data using a derived table in SQL Server MobileI 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
Other interesting topics
|
|||||||||||||||||||||||