mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
manual.texi fix example where %x produced x, not a year
Docs/manual.texi: fix example where %x produced x, not a year
This commit is contained in:
parent
0d4a628348
commit
043c5af812
1 changed files with 1 additions and 1 deletions
|
@ -31886,7 +31886,7 @@ those listed in the entry for the @code{DATE_FORMAT()} function:
|
|||
@example
|
||||
mysql> select FROM_UNIXTIME(UNIX_TIMESTAMP(),
|
||||
'%Y %D %M %h:%i:%s %x');
|
||||
-> '1997 23rd December 03:43:30 x'
|
||||
-> '1997 23rd December 03:43:30 1997'
|
||||
@end example
|
||||
|
||||
@findex SEC_TO_TIME()
|
||||
|
|
Loading…
Add table
Reference in a new issue