delz,
Tuesday, March 26, 2002, 5:15:51 AM, you wrote:

d> How do i perform multiple search in mysql. For example I have a database
d> running in a computer shop and I want to search for Monitors specifically
d> purchased  from 03/01/2002 to 03/31/2002. Can any one help me?

SELECT * FROM your_table WHERE date>'2002-03-01' AND
date<'2002-03-31';

d> Regards,
d> Delz





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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

Reply via email to