-
How to write SQL query for milliseconds in Oracle.
For example In my table one datetime field example modified_date_time.its displaying 2006-08-18 23:28:23 (here its rounding seconds)But I want the format like 2006-08-18 23:28:22.123456 (I want the absolute value for seconds like yyyy-mm-dd HH24:mi:ss.milliseconds.
-
-
How to export SQL XML using SQL or PLSQL or dynamic SQL for Oracle data from Oracle database.
For example: I have 100's of tables and I need to take the data from database and export as a xml file.