Hello,

I have just had a little problem with a SELECT query like this:

SELECT DATE_FORMAT(Day,"%e.%m.%Y") AS ftag,* from TheTable;

this query returns an SQL error: ERROR 1064: You have an error in your
SQL syntax near '* from TheTable' at line 1

BUT:

SELECT *,DATE_FORMAT(Day,"%e.%m.%Y") AS ftag from TheTable;

this query works.

Is this a bug in the SQL implamentation of MySQL?

Thanks

Robert

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