• Translations of this page
    • Translations of this page
    • English
    • Español
    • 日本語
    • 한국어

  1. Trace
  2. Oracle query - Time and date conversion

Sidebar

BioStar 2 Training Center

Fundamental
System Configuration
System Design & Dev.
Training Webinar


Technical Information

Technical Column
White Paper
Application Note
A&E Specifications
Product Comparison
Product Revision Notes


FAQ

BioStar 1
BioStar 2


Glossary


Useful Links
Suprema Home Page
BioStar 2 Device SDK
Suprema G-SDK
SVP Android SDK


  • Old revisions
  • Add to book
  • Export to PDF
Book Creator
 Add this page to your book
Book Creator
 Remove this page from your book  

 Manage book (0 page(s))
 Help
BioStar 1, Oracle, Time, Date

Oracle query - Time and date conversion

How to convert time and date stored in the TB_EVENT_LOG table to a normal format

SELECT TO_CHAR(TO_DATE('19700101000000', 'yyyymmddhh24miss') + 1/(24*60*60) * nDateTime,
'yyyy-mm-dd hh24:mi:ss') "sLogTime" FROM TB_EVENT_LOG;
  • Last modified: 2015/10/20 13:39
  • (external edit)
Log In