contextually sql

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
cade
Forum Commoner
Posts: 55
Joined: Tue Jul 03, 2007 8:18 pm

contextually sql

Post 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?
Post Reply