date - Force oracle sql developer to show timestamp -


i new sql developer each time queries changes time stamp readable date format, want result in time stamps in database.

please go to: tools/preferences/database/nls , set there date format , timestamp format want.

oracle stores date , timestamp type display according nls settings. either call alter session set nls_timestamp_format = 'yyyy-mm-dd hh:mi:ss.ff'; or set nls settings in client tool.

documentation


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -