simplify query?

2003-07-01 Thread Reto Baudenbacher
hi

Sorry for this newbie-question: 

is it possible to simplifiy the following (working) query?



"SELECT * FROM mytable WHERE 

((col1 LIKE '%test%') OR (col2 LIKE '%test%') OR (col3 LIKE 'test%')) 

AND

(col5 = 'y' OR col6 = 'y' OR col7 = '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 for your help!
Reto Baudenbacher


-
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




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


-
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