Skip to content

Instantly share code, notes, and snippets.

@kamcpp
Created February 1, 2015 10:47
Show Gist options
  • Select an option

  • Save kamcpp/132c2569e0920101360d to your computer and use it in GitHub Desktop.

Select an option

Save kamcpp/132c2569e0920101360d to your computer and use it in GitHub Desktop.
LHC Queries
SELECT * FROM `lh_msg` where msg like '%فره%' and user_id = 3
---------------------
SELECT * FROM `lh_chat` where id in (select chat_id from lh_msg where msg like '%ادمین%')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment