Created
February 1, 2015 10:47
-
-
Save kamcpp/132c2569e0920101360d to your computer and use it in GitHub Desktop.
LHC Queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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