If I have a database with various dates in it, how can I search for all
instances of the same date. Note that I do not know what the dates are
(or how many there will be) so the search can't be hardcoded. These
dates will be added based on user input from a website. 

Is there some kind of comparison function where I can search on field
that have the same values..?

TIA

PS I want to end up with a table that follows this format.... (this is
just an example)

01/01/03

Name Department Title
Name Department Title
Name Department Title
Name Department Title
Name Department Title

05/01/03

Name Department Title
Name Department Title
Name Department Title
Name Department Title
Name Department Title


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to