Cosmiccradle
Technical User
I'm trying to find a way to include all nine Branch libraries instead of just the one Betondorp to take up a new title plus the rest of the information remains the same for all libraries. The Insert Into only gives me the one Library (Betondorp)with the rest of the information. Any ideas?
Thanks Cosmiccradle
INSERT INTO Branchlibraries ( Library, Code, Title, Booknr, Cost, Youth, Adult, Comment, Basislistnr
SELECT 'Betondorp' AS Library, 'w' AS Code, 'Try Again' AS Title, '422.22' AS Booknr, ' 45,00' AS Cost, 'P' AS Youth, ' ' AS Adult, 'ipv Bobbo' AS Comment, '1 ' AS Basislistnr;
Thanks Cosmiccradle
INSERT INTO Branchlibraries ( Library, Code, Title, Booknr, Cost, Youth, Adult, Comment, Basislistnr
SELECT 'Betondorp' AS Library, 'w' AS Code, 'Try Again' AS Title, '422.22' AS Booknr, ' 45,00' AS Cost, 'P' AS Youth, ' ' AS Adult, 'ipv Bobbo' AS Comment, '1 ' AS Basislistnr;