Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

SQL Question (date_format select)

edited September 2007 in Vanilla 1.0 Help
The command works fine in normal sql environment but not if I try to use the SQLBuilder class

$s->AddSelect("DATE_FORMAT( Birthday, '%e. %b %Y' ) AS Birthday", "u");

Andy idea why this doesnt work? The error message isnt very helpful unfortunately
This discussion has been closed.