l7 = 'y') ORDER BY col1"
Thanks for any suggestions!
Reto Baudenbacher
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
newbie-question, sorry...
is it possible to write this (working) query in a shorter form:
SELECT * FROM $table WHERE (col1 LIKE '%$term%') OR (col2 LIKE '%$term%') OR
(col3 LIKE '%$term%')
thanks fo
> I want to know what is the stable version of MySQL in XP.
That's 3.23.49, and you can download it here ('Windows downloads'):
http://www.mysql.com/downloads/mysql-3.23.html
Greetings
Reto Baudenbacher
--