Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  •  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";