1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

allow get_format(TIMESTAMP, ...) syntax

This commit is contained in:
unknown
2004-08-11 10:27:19 +02:00
parent ce4e83e31d
commit 8746d743a5
3 changed files with 11 additions and 4 deletions

View File

@ -379,6 +379,9 @@ a
select get_format(DATETIME, 'eur') as a;
a
%Y-%m-%d %H.%i.%s
select get_format(TIMESTAMP, 'eur') as a;
a
%Y-%m-%d %H.%i.%s
select get_format(DATE, 'TEST') as a;
a
NULL