"j.urban" writes:
 >select field1,field2,DATE_FORMAT(datefield,"%M %d, %Y"),field4,fieldn from
 >table;

He didn't want to have to explicitly list all 40 other fields, though.
Can't he do something like

SELECT *.DATE_FORMAT(datefield, "%M %d, %Y") FROM table;

?  That gives him one extra field, and he can just ignore the first
datefield.

--Cindy

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