i want to extract day and hours/minutes from a date-time field.
in order to to this i use e.g. for the hours:

select 
HOUR(hora) as lahora
from mytable

which returns the hour but followed by an "L", same for minutes,
same for the date.
why is this so and how can i avoid it?

we run mySQL under Zope.

thanks,
tim

database sql query

-- 
Sent through GMX FreeMail - http://www.gmx.net


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