simplify query?

2003-07-01 Thread Reto Baudenbacher
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]

SELECT * FROM different columns

2003-02-19 Thread Reto Baudenbacher
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

RE: Want some help for WindowsXP

2002-05-04 Thread Reto Baudenbacher
> 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 --