You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

  1. insert into marcRecords (marc,shadowFlag,catalogKey) values ('$marc','0','$catalogKey');
  2. update marcRecords set shadowFlag = "0" where catalogKey = "$catalogKey";
  3. update marcRecords set catalogedDate = "$catalogedDate" where catalogKey = "$catalogKey"; 
  • No labels