Skip to content

Instantly share code, notes, and snippets.

@craigboman
Last active May 31, 2018 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigboman/3b16fdf51a12cbbff72d2fbd8d62e381 to your computer and use it in GitHub Desktop.
Save craigboman/3b16fdf51a12cbbff72d2fbd8d62e381 to your computer and use it in GitHub Desktop.
SELECT
*
FROM
sierra_view.phrase_entry AS p
WHERE
p.index_entry IN --how can we do IN but also do fuzzy matching?
('9780870233227%',
'9781781884652%' --plus 10,000 ISBNs
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment