1 2 3 4 5 6 7
| insert into items (biblionumber,biblioitemnumber,itype,enumchron,booksellerid,itemcallnumber,barcode,
homebranch,holdingbranch,notforloan,damaged,itemlost,wthdrawn,timestamp)
values('23757 68314 ','23757 68314 ','','2001-','','MHUPA-1-23757 68314 ','MHUPA-1-23757 68314 ','MHUPA','MHUPA',0,0,0,0,'')
insert into items (biblionumber,biblioitemnumber,itype,enumchron,booksellerid,itemcallnumber,barcode,
homebranch,holdingbranch,notforloan,damaged,itemlost,wthdrawn,timestamp)
values('23757 68314 ','23757 68314 ','','1996-','','MHUPA-2-23757 68314 ','MHUPA-2-23757 68314 ','MHUPA','MHUPA',0,0,0,0,'') |