Hello All,

I've got a slight delima, and was hoping someone maybe able to help me out. We
got a project where a client currently has a table with various dates in it. The
problem is, when it was orignial coded, the person formatted the date before it
was entered into the table, mm/dd/yyyy. There's approximately 4500 records and
about 90% of them have the wrong date format. 

Is there anyway, with SQL, to extract all the columns with the wrong date
format??

Table: orders
column   datatype
-----------------
memid    int(8)
regdate  date
days     smallint(4)
expdate  date (wrong date format)

The 'expdate' is the date that I need to extract with the incorrect date format.

thx's

Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel: 1(225)686-2002
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


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