Calculating elapsed interval between two datetime fields
Hi,
I want to calculate elapsed second between two dates. How can I calculate this?
For ex. my table has two date columns like LAST_LOGIN_DATE and LAST_MESSAGE_SEND_DATE.
I want to find elapsed seconds ( as numbers) between last login date and last message send date.
How can I do this?