Date query ran in PL/SQL Developer shows time, but does not show in Oracle SQL Developer

前端 未结 3 509
情书的邮戳
情书的邮戳 2020-12-21 23:15

The same query ran in PL/SQL Developer shows time, however it does not show in Oracle SQL Developer. Is there a way to get the time in SQL Developer?

In SQL Develope

3条回答
  •  醉话见心
    2020-12-21 23:33

    You can change this in the Tools / Preferences dialog of SQL developer:

    1. Select Database / NLS Parameters in the tree view on the left.

    2. Then put dd/mm/yyyy hh24:mi:ss into the Date Format field.

    3. Press OK to close the dialog.

提交回复
热议问题