Jeff Holzfaster writes:
> 
> Hi!
> 
> This query works: select date_format(date, "%W, %e %M %Y") as date from
> table
> This query doesn't: select concat(date_format(date, "%W, %e %M %Y"),"
> ",another) as time_of_day
> 
> I'm wondering if it is possible to use concat in this way and how if it is
> possible.
> 
> Thanks!
> Jeff


Hi!

I just tested above on 3.23.36 on a table with DATETIME and VARCHAR
column nad it worked just fine.


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

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