Oracle TO_CHAR function
The oracle TO_CHAR function can display seconds past midnight with the following syntax:
SELECT TO_CHAR(sysdate, 'SSSSS') FROM dual;
Further Oracle SQL/PLSQL topics
A developer's guide to Record Linkage, List Hygiene, Database Marketing and Customer Data Integration. Tips and Tricks from Java, SQL, Awk and other programming languages that are useful in achieving an accurate customer database.
The oracle TO_CHAR function can display seconds past midnight with the following syntax:
SELECT TO_CHAR(sysdate, 'SSSSS') FROM dual;