Has anyone had a similar problem? I can't figure out what I'm doing wrong.
Help! (database description in previous post) > THIS QUERY WORKS: > SELECT * FROM products WHERE (MATCH > (title,short_desc,long_desc,spec_desc,item_no) AGAINST ('rubber')) > > THIS QUERY DOES NOT WORK -- RETURNS NOTHING: > SELECT * FROM products WHERE (MATCH > (title,short_desc,long_desc,spec_desc,item_no) AGAINST ('rubber')) order by > item_no > > > Thanks! > -Mark --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php