4 May
2005
4 May
'05
8:42 p.m.
Is there any way to insert or update a column with info from another table using something like this? select currcirc.patronid, borrowers.borrowernumber from currcirc, borrowers where currcirc.patronid=borrowers.cardnumber; Currcirc is the current circulation from Athena and patronid is their barcode number. Athena doesn't use anything like the borrowernumber in Koha, so I need to pull the borrowernumber from the borrowers table to insert into the issues table. I'll also need to do this for itemnumbers. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha