Skip to content
Snippets Groups Projects
Commit 6a720f63 authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Updated with latest modifications in oracleTrailer.sql

parent bc7a0f07
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ END;
/* Returns a time interval in seconds */
CREATE OR REPLACE FUNCTION getSecs(startTime IN TIMESTAMP, endTime IN TIMESTAMP) RETURN NUMBER IS
BEGIN
RETURN EXTRACT(SECOND FROM (endTime - startTime));
RETURN TRUNC(EXTRACT(SECOND FROM (endTime - startTime)), 6);
END;
/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment