SELECT ISBN,TITLE FROM tBooks WHERE tBooks.ISBN="1876340436" AND MATCH (tBooks.TITLE) AGAINST ("britannica")
+------------+-----------------------------+ | ISBN | TITLE | +------------+-----------------------------+ | 1876340436 | 2000 Lonely Planet Calendar | +------------+-----------------------------+ 1 row in set (0.00 sec) Why is it so? I suspected to get an empty result set. MYSQL Ver 11.16 Distrib 3.23.49, for Win95/Win98 (i32) -- ./ premax ./ [EMAIL PROTECTED] --------------------------------------------------------------------- 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