[PHP-DB] sql: LIKE

2001-01-10 Thread venome
Hi there. Is there a way to sort results of a '.. WHERE subject LIKE %foo%' query by HITS in order to use it for a search engine? -- Sent through GMX FreeMail - http://www.gmx.net -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

[PHP-DB] sql: LIKE

2001-01-10 Thread venome
> is there a way to sort the results of a ".. LIKE" query by hits? i'm sorry i have 1. misunderstood the effect of LIKE 2. posted a question easy to get wrong so, what i need to know is: how can i sort the results of "SELECT * FROM foo WHERE bar LIKE '%searchterm%'" or a similar search query by