hi,
I'm moving a mysql database over to using db2 V9.5
The database is used by our radius server to store network accounting
information from our switches.
One parameter is the length of a network session in seconds.
In mysql there is a sec_to_time function which i then used to store
the session time as a char string
I want to do something similar in db2 and thought that the best way
would be to store it in a timestamp column.
Can i do that?
any better way of storing the time?
TIA
alex
I'm moving a mysql database over to using db2 V9.5
The database is used by our radius server to store network accounting
information from our switches.
One parameter is the length of a network session in seconds.
In mysql there is a sec_to_time function which i then used to store
the session time as a char string
I want to do something similar in db2 and thought that the best way
would be to store it in a timestamp column.
Can i do that?
any better way of storing the time?
TIA
alex
Comment