Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20230113] Oracle Timestamp #271

Open
JuHyun419 opened this issue Jan 13, 2023 · 0 comments
Open

[20230113] Oracle Timestamp #271

JuHyun419 opened this issue Jan 13, 2023 · 0 comments
Labels

Comments

@JuHyun419
Copy link
Owner

Oracle Timestamp

  • SYSDATE: 년월일 시분초
    • yyyyMMdd HH24MISS
  • SYSTIMESTAMP: 년월일 시분초 밀리세컨드
    • yyyyMMdd HH24MISSFF3(밀리 세컨드 3자리 형식)
  • Timestamp 조건 -> TO_CHAR 문자열 비교를 통한 검색
WHERE TO_CHAR('2023-01-13 21:00:00.386, 'yyyy-MM-dd HH24:MI:SS.FF3) ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant