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

Compare with Current View Page History

« Previous Version 5 Current »

  • for each MARC in utf8[a-j].mrc insert into marcRecords (marc,shadowFlag,catalogKey) values ('$marc','0','$catalogKey');
  • foreach catalog key in shadowCatKeys.txt update marcRecords set shadowFlag = "1" where catalogKey = "$catalogKey";
  • for each line in catalogedDate.txt update marcRecords set catalogedDate = "$catalogedDate" where catalogKey = "$catalogKey"; 
  • No labels