> My SQL query problem:

> I met a strange problem:

>
>  For example, I have the following table:
>
>  Mytable:
>
>  No   Name          Date                   Project
>  1      Bob          2002-05-27        Bob's project
>  2      John         0000-00-00       John's project
>
>  When I use "select * from Mytable WHERE Date = 'WWW';"
>
>  it gives me the result:
>  2      John         0000-00-00       John's project
>
>  I think it should not return any values.
>
>  Why?
>
>  Thanks.
>
>  I. TS.


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