Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. insert into marcRecords (marc,shadowFlag,catalogKey) values ('$marc','0','$catalogKey');
  2. update marcRecords set shadowFlag = "0" where catalogKey = "$catalogKey";
  3. update marcRecords set catalgedDate catalogedDate = "$catalogedDate" where catalogKey = "$catalogKey";