Cosmiccradle
Technical User
Hi:
How can I add more then one Library while keeping the rest of the information the same? In the example below I only get Betondorp as library, but I also need Geuzenveld, Duivendrecht, Pintohuis, Osdorp ect. while the rest of the information stays the same. UPDATE only changes exsisting fields, I need to add fields within the one table Smallbranchlibraries.
INSERT INTO Smallbranchlibraries
( Library, Code, Title, Bookecode, Price, Youth, Grownup, Comment, Baselistnr )
SELECT
'Betondorp' AS Library, 'w' AS Code, 'Try Again' AS Title, '422.22' AS Bookcode, ' 45,00' AS Price, 'P' AS Youth, ' ' AS Grownup, 'ipv Bobbo' AS Comment, '1 ' AS Baselistnr;
Thanks for any help Cosmiccradle
How can I add more then one Library while keeping the rest of the information the same? In the example below I only get Betondorp as library, but I also need Geuzenveld, Duivendrecht, Pintohuis, Osdorp ect. while the rest of the information stays the same. UPDATE only changes exsisting fields, I need to add fields within the one table Smallbranchlibraries.
INSERT INTO Smallbranchlibraries
( Library, Code, Title, Bookecode, Price, Youth, Grownup, Comment, Baselistnr )
SELECT
'Betondorp' AS Library, 'w' AS Code, 'Try Again' AS Title, '422.22' AS Bookcode, ' 45,00' AS Price, 'P' AS Youth, ' ' AS Grownup, 'ipv Bobbo' AS Comment, '1 ' AS Baselistnr;
Thanks for any help Cosmiccradle