How to convert hours and minutes

Hai All

I calculated working hours

using update dail_att set = to_number wtime (replace (to_char (to_date('00:00','HH24:MI') +)))
((outtime-intime), 'HH24'),': ','.')) ;


and now how do I convert the latter in minutes

Thanks in advance

Srikkanth.M
UPDATE  dail_att
SET     wtime = TO_NUMBER(
                    REPLACE (
                        TO_CHAR(
                            TO_DATE('00:00','HH24:MI') +(outtime - intime)
                            , 'HH24:MI')
                        ,':','.')
                );

IF the difference is outtime - intimate, why don't not you simply

(outtime - intime) * 24 -> hours
(outtime - intime) * 24 * 60 -> minutes

Concerning
Marcus

Tags: Database

Similar Questions

  • How to convert minutes to hours and minutes?

    Hi Sir,

    I want to convert minutes is 90 you want to convert hours and minutes this format should be

    01:30 format.

    I can't in this format?

    Thank you

    Or like this...

    SQL> select to_char(trunc(sysdate)+90/(24*60),'HH24:MI') from dual;
    
    TO_CH
    -----
    01:30
    
  • Problem converting from minutes to hours and minutes

    Hello

    I have a problem with this sql, the locations of this sql is to convert minutes to hours and minutes, for example, as you can see, I'm trying to convert 125 minutes in hours and minutes, so the result I get is 2.5 but it should be of 2.05

    If you have an idea how I could get the result to the format: 2.05 which means two hours and 5 minutes?

    It's my sql:
    Select trunc(125/60) || '.' || (125 - TRUNC(125/60)*60) result FROM dual;
    Thanks and greetings
    Carlos
    Select trunc(125/60) || '.' || lpad(mod(125,60),2,'0') result FROM dual;
    
    RESU
    ----
    2.05
    
    SQL> 
    

    SY.

  • Convert seconds to hours and minutes

    Hello

    I have a column that stores the elapsed time in seconds. I would like to convert to hours and minutes.

    FOR EXAMPLE

    126 seconds = 2:06. I can't find anything with a search.

    Thanks in advance.

    Hello
    Try this code.
    Salim cordially.

    SELECT TO_CHAR (TRUNC (SYSDATE) + NUMTODSINTERVAL (126, 'second'),
                    'hh24:mi:ss'
                   ) hr
      FROM DUAL;
    
    HR
    --------
    00:02:06
    
    1 row selected.
    
  • convert a number in days, hours and minutes

    Hello

    I have a table that store minutes unpaid.

    I want to get the days, hours and minutes in separate columns

    After working hours, a day is considered to be 8 hours

    That is to say. 480 minutes is considered to be one day.

    create the table unpaidmins as

    (

    Select 480 as unpaidmins of all the double union

    Select 420 as unpaidmins of all the double union

    Select 75 as unpaidmins of all the double union

    Select 55 as double unpaidmins

    )


    Required result

    --------------------------------------------------------------------

    DAY HOURS MINUTES

    ---------------------------------------------------------------------

    1                         0                          0


    0                         7                         0


    0                         1                          15


    0                         0                           55


    -------------------------------------------------------------------



    I use oracle 10g


    Help, please






    Select

    trunc(unpaidmins/60/8) as 'DAY '.

    , trunc (mod (unpaidmins, 60 * 8) / 60) "the hours."

    , mod (mod (unpaidmins, 60 * 8), 60) as "MINUTES".

    of unpaidmins

    DAY HOURS MINUTES

    "1"    "0"    "0"

    "0"    "7"    "0"

    "0" "1" "15".

    "0" "0" "55".

  • conversion from minutes to hours and minutes

    Hi all

    I want to do two things

    1. I want to convert minutes to hours and minutes which is
    If there are 350 minutes it should be 5.50

    2. I have two times column hrs and time allowed minutes now, I want to join this two in
    in this way
    for example the hrs is 5 and time allowed mins is 40 so I should be join under 5.40


    Concerning
    Aerts.

    Hello

    The code is a little more readable now, but only a little.

    For example, I can see now that you call most GRAND where the 1st argument is a string:

        greatest(TO_CHAR ( FLOOR (((timeallowedhrs*60+timeallowedmins)-(timetakenhrs*60+timetakenmins)) / 60)) || ':'
    

    This can cause the error, if the 2nd argument is a NUMBER, but how anyone can find what is the 2nd argument to the LARGEST?
    Even though this may not cause the error ORA-01722, there is a good chance that it will give you wrong results. The string "2.00 ' is longer than the string"10 h 45', 2 'being greater than 1'. Perhaps you meant to do more BIG first, then TO_CHAR or maybe you menat another thing altogether.

    You can simplify the code you a lot if you did some calculations (such as (timeallowedhrs * 60) + timeallowedmin) only once, in a subquery.
    For example:

    INSERT INTO  prtempincent (...)
    WITH   got_a_t     AS
    (
         SELECT DISTINCT
              (timeallowedhrs * 60) + timeallowedmin     AS a
         ,     (timetakenhrs   * 60) + timetakenmin     AS t
         ,     jobcardno
         ,     shop
         ...
    )
    SELECT     jobcardno
    ,     '3'
    ,     ... FLOOR ( (a - t)
                    / 60
                ) || ':'
                  || TO_CHAR ( MOD ( (a - t)
                                           , 60
                             )
                          , 'FM00'
                          ) ...
    

    I find

    a - t
    

    easier to read and understand (and debug), that

    (timeallowedhrs*60+timeallowedmins)-(timetakenhrs*60+timetakenmins)
    

    How about you?

  • Adding the hours and minutes

    I want to add a long list of hours and minutes in numbers.

    The list will come to 1000 + hours and I want that it displays the actual number of hours and minutes, not expressed in days.

    Impossible to find a way to format the cells to allow me to th

    Did you try & see if a few suggestions here may work?

    • Create a custom cell format - Numbers Help for Mac:

    http://help.Apple.com/numbers/Mac/3.2/#/tan090042718

    The database can provide also other useful elements, if ticked off more.

    Good luck & happy computing!

  • DateTime picker - given to zero hours and minutes on the second click on the datepicker

    Hello

    (APEX 5.0.1 DB 11.2.0.3.0, operating system IBM AIX 7.1, time zone + 1 hour GMT Bratislava)

     

    we have the date picker in the form region with the date format JJ. MM YYYY HH24

    by clicking "Photo calendar" calendar appears with the date and the time displayed

    This means that you can see in "hours selector" currently and in 'selector of minutes', you can see current minutes

    You can change the date, the hour and minute you want

    by clicking on the button "Close" you get the date and time in the date field picker

    So far so good

    However,.

    If you click again on the calendar "Button photo calendar" appears and

    If your current time (I mean normally on a day) is at 09:59

    You will get Zero (0) hours in the hours, selector

    After you present is from 10:00 correct, you will get 10, 11, 12, 13, etc.

    It's for hours and minutes

    If your current time is 10 minutes, for example 08: 07 , 11: 09 , 12: 03 , etc

    On the second click, you'll get Zero (0) minutes

    Similar problem is in the format JJ. MM YYYY HH: mi where you get the 01 in selector hours until 10:00

    Will he please, focus on the fact that it is always on the second, third,... do not click on the first.

    Any ideas please?

    Kind regards.

    Hello

    It was recorded just as a default of 22376688.

    Thank you.

  • I want to add fonts in DW from my own library how to convert InDesign and add the necessary css?

    I want to add my own library fonts (less manage fonts) how to convert InDesign and add the necessary css?

    You must ensure that your font licenses extend to the internet.  Many do not.

    If you are sure that you can use your fonts on the web, use font squirrel to create a kit.

    Custom Web fonts

    Nancy O.

  • Add the hours and minutes so far

    Hello
    I need to write a function that has two input parameters.
    Parameter1 = > Date data type, the value is in GMT.
    Parameter1 = > string value that indicates the time difference and it has the following format.

    GMT (sign) HH24Mi
    for the examples:
    GMT + 400, GMT-1400

    I need to add the offset (param2) to date (param1) and returned as output.

    I wrote a simple code but cannot make it work. I would like to know if there is another way to do it.
    create or replace
    Function         F_FUNCTION_NAME(dt date,timeZoneOffset   in   varchar2)
    return date
    As
        offset  varchar2(9);    
    Begin
        Offset := (To_Char(Substr(Substr(Timezoneoffset,4),0,Length(Substr(Timezoneoffset,4))-2)||':'||Substr(Substr(Timezoneoffset,4),-2)));
        return Dt + interval Offset hour to minute;
    End;
    Thank you.

    Hello

    Delete GMT and use the colon between the hours and minutes in this way:

    ALTER SESSION SET nls_date_format='DD-MON-YYYY HH24:MI:SS';
    
    SELECT SYSDATE
         , CAST (CAST (SYSDATE AS TIMESTAMP WITH TIME ZONE) AT TIME ZONE '+4:00' AS DATE) offset_date
      FROM DUAL;
    
    SYSDATE                OFFSET_DATE
    ---------------------- ----------------------
    06-MAR-2013 12:08:01   06-MAR-2013 15:08:01  
    

    Kind regards.
    Al

  • How to convert wdb and xlr files?

    I have Vista Home Premium 32-bit.
    How to convert files from 2003 (Windows Me) on my backup.
    They are important. Some have extensions wdb or xlr. I have Office Word Viewer and Open Office.org, but I can't find a way.
    Does anyone know how to open these files?
    Thank you

    Hi sail,

    Extension WDB is works database file.

    XLR files are spreadsheets or graphs created within the 'Œuvres', XLR files are totally unwearable in Microsoft Excel, however, Excel spreadsheets are not totally compatible with works and some properties of the cell or characteristic data may be lost when you import Excel spreadsheets in the works.

    You need their respective requests to open the file or you could get some third party tools using your favorite search engine, which will help you convert WDB file in word (DOC) format and XLR files to import to Excel.

    http://support.Microsoft.com/kb/271080

    I hope this helps.

    Bindu S - Microsoft Support

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • How to convert wma and wav, mp4 files and what not not mp3 with Windows media player?

    * Original title: music questions

    Music has become a huge problem for me.   My car CD player only supports mp3 format.  I wish I could burn my CD from which I get used various locations, so that I can play in my car. Or convert files I have, which are not in mp3 format.  I played the same CD in my car for years.  It's a little sad.  And convert mp3 no mp3 files, so I can play them in my car, because I don't have a player other than Windows media player and speakers belong good markets.   How to convert files to wma and wav and mp4 and what not in mp3?

    Music is expensive nowadays and the multiple formats and thus loss of music bought and in the cloud, or itunes 'cannot locate the source' will not play, and when devices in the event of a failure or who are upgraded drives me crazy.  I have more music in my life and I wish that we would go back to portable music as CD.

    I usually use Windows Media player to RIP CD, that I find at thrift stores.   I have my brother gave me, on the PC that is in all sorts of types of music files.  I found a job online converter and it is, according to me, so thank you guys for suggesting that.  Have tried 3 different ones and finally found one that works in the last one.  I think my brain might need a bit of adjustment, of our days, (won't tell you music I have on CD, would seriously date), no kidding, but probably my PC could also use the setting.   I also have itunes for Windows, but have hardly used it.

  • Display the duration in hours and Minutes

    DB version: 11.2.0.4

    We must find the time by finding the difference between END_TIME of START_TIME in the following table.

    I have a requirement in which, if the duration is more than 60 minutes, and then view it in hours: Minutes

    Results below. Is it possible that I can do this?

    create the table event_timings

    (

    event_name VARCHAR2 (3),

    date of the value of start_Time,

    end_time date

    );

    insert into event_timings values ('A', to_date (July 16, 2014 09:15 ',' dd-mm-yyyy hh24 '), to_date (July 16, 2014 09:47 ',' dd-mm-yyyy hh24 '));

    insert into event_timings values ('B', to_date (July 16, 2014 11:15 ',' dd-mm-yyyy hh24 '), to_date (July 16, 2014 12:35 ',' dd-mm-yyyy hh24 '));

    insert into event_timings values ('C', to_date (July 16, 2014 08:15 ',' dd-mm-yyyy hh24 '), to_date (July 17, 2014 11:30 ',' mm-dd-yyyy hh24 '));

    ALTER session set nls_Date_format = "dd-mm-yyyy hh24."

    SQL > select * from event_timings;

    END_TIME-START_TIME EVE

    --- ---------------- ----------------

    A 16/07/2014 09:15 16/07/2014 09:47

    B 16/07/2014 11:15 16/07/2014 12:35

    C 16/07/2014 08:15 17/07/2014 11:30

    Expected results:

    Duration of the event

    -----      --------

    A 32-minute

    B 1 hour 20 minutes

    C 27 h 15 Minutes

    Hi James,

    With the traditional way of "old":

    SELECT

    event_name,

    CASE

    WHEN h > 1

    THEN TRUNC (h) | 'Hours ' | Round ((h-trunc (h)) * 60) | "' Minutes

    ON THE OTHER

    Round (h * 60) | "' Minutes

    END

    FROM (SELECT event_name, (24 *(end_time-start_time)) event_timings h)

    ;

  • FIND THE HOURS AND MINUTES IN THE DATES

    Hello

    I REQUIRE THE OUTPUT IN HOURS, MINUTES FOR THE DIFFERENCE BETWEEN TWO DATE.

    EX:

    ((1ER DÉCEMBRE 2009 13:01) - (2 DECEMBER 2009 13:01)))

    RELEASED IN: 24.00 (24 HOURS: 00 MINUTES).

    Kind regards

    C V S

    Hello

    If DATEs are t1d and T2D, then:

    TRUNC ( (dt2 - dt1)
          * 24
          ) || TO_CHAR ( TRUNC (SYSDATE) + (dt2 - dt1)
                 , ':MI'
                 )
    

    Returns a string like 24:00 ' or '1234:56' or ' 0:12 '

  • How to convert numtodsinterval in minutes?

    Thanks in advance.

    I have a question for which I check the time elapsed to run a batch job.

    Select numtodsinterval (avg (Last_DATE_UPDATE - STARTDATE), «minutes») avg_time
    of job_run where job_id = 'MMCD. "

    I get:
    AVG_TIME
    ----------------------------------------
    + 00:00:04.254901175 0000000000
    1 selected line.

    How to convert this to the Minutes that could 100 or 20 or more. I try to get a whole number. Thank you

    First of all, your statement is logically false (like syntax don't go too). Oracle date arithmetic uses the day as unit of measure. If date Last_DATE_UPDATE - STARTDATE differnce is expressed in days, while you say numtodsinterval to treat like minutes. Quick glance:

    SQL> select numtodsinterval(to_date('11/4/08','mm/dd/yy') - to_date('11/3/08','mm/dd/yy'),'minute') min,
      2         numtodsinterval(to_date('11/4/08','mm/dd/yy') - to_date('11/3/08','mm/dd/yy'),'day') day
      3    from dual
      4  /
    
    MIN
    ---------------------------------------------------------------------------
    DAY
    ---------------------------------------------------------------------------
    +000000000 00:01:00.000000000
    +000000001 00:00:00.000000000
    
    SQL> 
    

    As you can see, your code treats also 4 November andf November 3 as a minute difference, while it's a day. In any case, you could:

    SQL> with t as (
      2             select TO_DATE('1997-01-31 09:26:50','YYYY-MM-DD HH24:MI:SS') start_dt,
      3                    TO_DATE('1997-01-31 10:00:00','YYYY-MM-DD HH24:MI:SS') end_dt
      4               from dual
      5            )
      6  select TRUNC((end_dt - start_dt) * 1440)
      7    from t
      8  /
    
    TRUNC((END_DT-START_DT)*1440)
    -----------------------------
                               33
    
    SQL> 
    

    SY.
    P.S. Or you could round up using ROUND instead of TRUNC.

Maybe you are looking for

  • How can I delete the new shit of my browser security?

    OK I've been using firefox since it first came out and I love him to death, he has always been the best browser I have ever used and only used for a few years and never had a complaint with it so far, this new security crap you all out in here absolu

  • The url field is missing. Change something?

    The url field is missing in the browser.

  • The iPod nano 6g jump screen

    Hello My name is Hayan and I come from India.I my iPod bought for about 4 years back. I almost used it all the time for music through these Years.For about a month or two, I don't use it. And now when I it back to my table screen was skipped over som

  • Chinese on CIM-UX533

    Hello Is there anyway that I could have Chinese option in the language of CIM-UX533 list? Right now, only English, French and Spanish are available to choose from. And I realized this same product shipment to China market has this Chinese option. Tha

  • A new username displayed on my computer after a windows 8 update.

    A new username displayed on my computer after a windows 8 update. A name I do not know or do not recognize. After the update, the screen showed 2 users, the name of 'John' and myself. It was not there yesterday, and I'm the only user. I also bought t