how to insert values like 10:10:00,30:25:00 etc.into table
after insert how can i sum the above insert values to get
the result as 40:35:00

Answer Posted / gourvendra singh

Buddy i have did this thru the D2k, while creating the
column with the datatype varchar2 and put the format of the
field on the form level as the time format. this will
convert the time in seconds and store in the database.for
ex ur 1:00 will store as 3600 in the database

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are sql * plus commands?

714


What are conditional predicates?

785


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2259


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

1923


what are integrity rules?

754






What is the difference between between and in condition operators?

724


Are subqueries faster than joins?

726


What are inner outer left and right joins in sql?

731


What are its different types of dbms?

713


What is the process of copying data from table a to table b?

801


what is a materialized view? : Sql dba

749


What is the difference between sql and mysql?

759


how can we know the count/number of elements of an array? : Sql dba

772


What happens when a trigger is associated to a view?

675


What is sql injection vulnerability?

667