1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

allow get_format(TIMESTAMP, ...) syntax

This commit is contained in:
serg@serg.mylan
2004-08-11 10:27:19 +02:00
parent 8ce4dc97c5
commit 902518ae48
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