Page 1 of 1

contextually sql

Posted: Fri Mar 13, 2009 5:07 am
by cade
I'm using MySQL and now i need a way to prepare my sql statement for develop a query that will generate a contextually query.

For instance, i have a blog title and its story. These 2 parameters will be used in my statement for retrieving other post that similar with blog title and its content.

Can someone show the correct way for doing this?