Last active
April 7, 2019 09:35
-
-
Save rbrahul/d50f17914fdd295c4e706247d748db20 to your computer and use it in GitHub Desktop.
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 wp_posts where match(post_title, post_content) AGAINST ('best iphone to buy') | |
#ALTER TABLE wp_posts ADD FULLTEXT(post_title, post_content) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment