MySQL question
MySQL question
Out of context: Reply #10
- Started
- Last post
- 15 Responses
- cosmoo0
acescence can you show me a quick example on that?
blog_post.tags and article.tags are the columns that need to be compared.
SELECT * FROM blog_post, article WHERE blog_post.id = '8' AND MATCH(blog_post.tags,article.tag...
AGAINST ('work')