Skip to content

Instantly share code, notes, and snippets.

@mark-cooper
Created November 29, 2011 05:37
Show Gist options
  • Save mark-cooper/1403580 to your computer and use it in GitHub Desktop.
Save mark-cooper/1403580 to your computer and use it in GitHub Desktop.
Archon SQL for subject headings
INSERT INTO `tblSubjects_Subjects` (
`Subject`,
`SubjectTypeID`,
`SubjectSourceID`
)
VALUES
('Advisory boards, California, Sonoma County', 1, 1),
('Alien property, California, Sonoma County', 1, 1),
('Animal welfare, California, Santa Rosa', 1, 1),
('Sonoma County Teachers'' Institute', 3, 1),
('Sonoma County Teachers'' Reading Circle', 3, 1),
('Sonoma County Water Agency', 3, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment