Datatype format
Hi,
Can any one help on this, i want to retrive the data from order_details table but that table contain the column having datatype with INTERVAL DAY(9) TO SECOND(6)), the result of the select query is,
+000000000 00:00:00.171000 but i want get the value like only 00:00:00 hr/mm/sec only can you please guide me how to get the values hh/mm/ss from INTERVAL DAY(9) TO SECOND(6))?