Skip to content

Instantly share code, notes, and snippets.

@JeK2a
Last active June 23, 2019 13:13
Show Gist options
  • Save JeK2a/1349f24154d39867deb26c885470456a to your computer and use it in GitHub Desktop.
Save JeK2a/1349f24154d39867deb26c885470456a to your computer and use it in GitHub Desktop.
SELECT
`id`
FROM
`emails`
WHERE
"текст" LIKE CONCAT("%", `emails`.`email`, "%")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment