"Melquíades" <srsuarez@gmail.com> a écrit dans le message de news:
1143313771.311129.14090@u72g2000cwu.googlegroups.c om...
| Hi!
| I need to obtain the server current timestamp. I know that some selects
| like "SELECT CURRENT_TIMESTAMP FROM dual;" gives the current
| timestamp, but with a non standard format (10-Sep-05 10.58.24.853421 PM
| -07:00) . I need a timestamp on numeric format type, like this
| "1139865932".
| How can I do it?
| Thanks!
|
You can easely do it if you know the base of your number.
What does 0 mean?
Regards
Michel Cadot