Subject | Re: [firebird-support] Date, Time, TimeStamp Format/Separator ... |
---|---|
Author | Martijn Tonies |
Post date | 2004-04-15T09:11:23Z |
Hi,
CURRENT_DATE
FROM RDB$DATABASE
The separator is a client side display thingy.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> how can i get the active date, time, timestamp format andSELECT CURRENT_TIMESTAMP, CURRENT_TIME,
> separator with sql ?
>
> i.e. dd/mm/yyyy or mm/dd/yyyy with separator '/'
> or mm.dd.yyyy with separator '.' etc
CURRENT_DATE
FROM RDB$DATABASE
The separator is a client side display thingy.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com