How to add hours, Minutes in table

How to add hours, Minutes to the table, I get an error time between 1 and 12 below is my code

PACTUALOUTTME: = TO_DATE (' 17:00 "," HH: MI PM ');
PROUNDEDINTIME: = TO_DATE (' 09:05 ',' HH: MI AM');
PROUNDEDOUTTIME: = TO_DATE (' 16:12 ',' HH: MI PM ');
PHRSWORKED: = TO_DATE('08:05','HH:MI');
* PLATE: = TO_DATE('00:12','HH:MI'); **
* PLEFTEARLY: = TO_DATE('00:05','HH:MI'); **
POT: = TO_DATE('01:00','HH:MI');
PCOMMENTS: = "left early."
PREMARKS: = 'Permission ';
PCREATEDBY: = '101';

I want to insert hours with the minutes and the minutes, I used the DATE data type for date and time columns preceding

I think that the highlight is making the error any help please

Use HH24 during the day between 0 and 24 hours.
Use HH for hour of day between 1 and 12.

PLATE: = TO_DATE('00:12','HH24:MI');
PLEFTEARLY: = TO_DATE('00:05','HH24:MI');

Good luck

Published by: user9251649 on 26.09.2012 00:25

Tags: Database

Similar Questions

  • How to add items to a table 1 d with each iteration?

    Hello

    I have a 3 loop iteration For which gives a table of 5 elements after his execution. At each iteration of the loop, how can I add each item to its previous value to form a final picture of the cumulative sum of the parts? For example:

    Array of values for 1st iteration: [A, B, C, D, E]

    Array of values for 2nd iteration: [F, G, H, I, J]

    Array of values for the 3rd iteration: [K, L, M, N, O]

    How can I make the Final table being a cumulative amount of IE: [(A + F + K), (L + B + G), (C + H + M) (D + I + N) (E + J + O)]?

    Your help will be apreciated, thanks!

    The Add function is polymorphic. So, if you give 1 2 tables you will get a table that corresponds to the sum of each item. With a loop, you must use a node registry or feedback shift to keep track of the sum of the currents.

    For example:

  • How to add images to my table and how to configure the Web site? Help, please

    I do not understand how to configure the Web site and add images to a table and make hyperlinks.

    First, set the folder of your Local Site saying DW where to save the files on your local hard drive.  Go to Site > new Site.

    I think it is easier to start with a page layout predefined by using one of the appropriate templates to bootstrap that comes with DW.

    Go to file > new > (Starter models > models Bootstrap). Select one:

    • Bootstrap-Agency
    • Bootstrap-eCommerce
    • Bootstrap-Portfolio
    • Bootstrap-product
    • Bootstrap-real estate
    • Bootstrap-curriculum vitae

    Press the button create.

    For pictures, go to insert > Image. Select an image and save it in the folder of your local site.

    Nancy O.

  • How to add data to the table using Manager POST for restful Apex application

    Hi all

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Hi jerry2134,

    jerry2134 wrote:

    I managed to create a service application web Manager restful using GET for the Restful service module. I am able to get the data in row on the presentation of a table row id in the application. But I can't find an appropriate example, how the new data in the table can be posted or deleted. I created a POST handler for a URI scheme and look forward on how to proceed. Any help would be really appreciated.

    Source for the POST Manager:

    Start

    insert into ALL_BOOKS values(:id,:book);

    end;

    Also created 2 parameters id and the book.

    Check out the following tutorials OBE, that explains the creation of GET and POST RESTful Web Services and how to use them in the APEX.

    Also what yo mean "looking forward on how to proceed? Do you want to or created for use/consume in your Oracle APEX application hosted RESTful web services?

    If Yes, in your Application, you must create a RESTful Web Service reference -> shared components. Then, create a form/report based on Web Service reference.

    Kind regards

    Kiran

  • How to add icons in the table?

    Hello

    I'm new to ADF, I created the table with the collection Panel, now want to add icons for operations as shown in the image below for

    new, update, delete. ?

    Any body please tell me how to do?

    ADF Table.png

    Kind regards

    Peyrot

    Add the toolbar button is the first step, and then you can change the "Icon" property of the button.like this

    and find the icon you want.

    PS: you best choice a .png image.

  • How to add items to the table

    Hello:

    I have a general question about powerCLI: How can I create table and add the object to this table later?

    Basically, I select all virtual machines, check something on them using "foreach" and "" matches a condition later with what I need I want to put it (vm) to the specific table ($vms) that I'll use later.

    How can I do?

    Thank you very much!

    Hello, qwert1235-

    You can use something like the following:

    ## initialize a new array$arrVMs = @()Get-VM | %{    ## if the VM is config'd with more than 4GB mem, add it to the array    if ($_.MemoryMB -gt 4096) {$arrVMs += $_}} ## end foreach-object
    

    But, really, you should be able to avoid the extra code and just do a table of elements you want from the outset, as:

    ## make an array of VMs config'd w/ more than 4GB mem$arrVMs = Get-VM | ?{$_.MemoryMB -gt 4096}
    

    There are times, however, when adding a table would be necessary.  The first example would do exactly that.

  • ComboBox, how to add items to the table?

    Hello

    I have two tables with elements (names and age), and I want to add elements of 'names' in the drop-down list area using for loop and add the age to enter text using if statement, for example:

    If (names [i] is .x)

    mytextBox = age [i];

    I added "combobox" to my pdf and the name of the game "mycombo", and now I want to add any element

    How can I do this with Java Script on Acrobat?

    var i = 0;

    for (i = 0; i < names.length; i ++) {}

    mycombo.setItem = names [i];

    }

    No variable is global, unless you set it as one. Look at the global object

    in the reference files.

  • How to add data to the table?

    Hello

    As it is in question. Can I add data (new items) in table dynamically? I say my table 1 d is size 3, but I would like to add three items. Should I change size table first?

    See you soon,.

    K

    Hi K,

    Ray is right!

    Maybe this thread will also help you because there are examples of smal

    http://forums.NI.com/NI/board/message?board.ID=330&message.ID=18421&query.ID=288653#M18421

    Concerning

    Jürgen

  • How to add columns in my table?

    Guys, im not being able to add my columns in the table, can anyone help me?

    Thank you!
    TableView<String> tv = new TableView<>();
      tv.setVisible(true);
            
           TableColumn firstNameCol = new TableColumn();
           TableColumn lastNameCol = new TableColumn();
           TableColumn emailCol = new TableColumn();
           tv.getColumns().add(0,firstNameCol); 

    It allows to use javafx.scene.control.TableColumn, not javax.swing.table.TableColumn :)

  • How to add data to the table changed in sql developer at Apex and vice versa

    Hello

    I had tables of database with sql developer. But now, I have modified the database (new tables added + changed the data in the tables). However, in the Apex, I the old database. Is it possible to get the new Apex database with the data of the table changed so this database in both places (sql and apex developer) is exactly the same... Also the other way around.

    Thank you

    The database schema that contains the tables, is it associated with the workspace even you are searching through the APEX product t development?  Why I'm asking is, if they are the same schema, the tables that you MODIFIED should be appear in the sql for APEX workshop part.  Now reports and forms will NOT see the changes (unless you have actually added or updated definitions for column).

    Can you explain what exactly you were doing the SQL Developer to the tables in your schema?

    Thank you

    Tony Miller
    Los Alamos, NM

  • How to add a ROWDEPENDENCIES in all tables in a diagram

    Hello!

    I want to add ROWDEPENDENCIES in all tables to manage the issue of concurrency.

    Please tel me how to add in all the tables of a schema.

    Yours sincerely

    I guess the OP wants to use the information in the rowdependency to drive a model of optimistic locking?

  • Please can you identify it and tell me how to add this toolbar in Dreamweaver CS5?

    This is the toolbar.

    Toolbar.JPG

    its used in this video to youtube from the minute 30.

    How to build a registration system user - password for registration, Login, Email, update, Admin Backend - YouTube

    Trying to figure out how to add hours now?

    Thank you

    Carl

    Take the "Insert" tab and drag slot bar main menu until you see a blue outline appear, and then release.

  • How to add an hour to function date

    Hai All


    This is my select statement


    Select to_number (TO_DATE (TO_CHAR(Intime,'DD-MON-YYYY') |)) » '||
    To_char (0815, '0000'), "MON-DD-YYYY HH24") - respondent
    ) * 24 * 60 dail_Att;


    I had another table called Train_mast, the fields are


    TRAINCODE VARCHAR2 (4)
    TRAINNO VARCHAR2 (10)
    TRAIN VARCHAR2 (30)
    DATE OF V_DATE
    MAJ VARCHAR2 (2)
    LATE_HRS VARCHAR2 (4)
    REMARKS VARCHAR2 (10)
    REFNO VARCHAR2 (10)
    UNITID VARCHAR2 (2)


    Here is when the train is late, I entered the late hours

    For example, if the train is late 30 so I need to add with the start time 0815 + 30 0845 IE and I need to subtract from the respondent


    How can I do this

    Concerning

    Srikkanth.M

    Hi Srikkanth,

    I have no watch in your query, but in general what I feel, it's that you want to add the number of minutes to a date.

    To add minutes to a date, you can do all of this-

    SYSDATE + 30 / (24 * 60) - this will add 30 minutes at present.
    SYSDATE + 15 / (24 * 60) - this will add 15 minutes at present.

    I hope this helps.

    Best regards

    Arif Khadas

  • How to set the clock for the hours, minutes, and seconds with Windows XP

    How to set the clock for the hours, minutes, and seconds with Windows XP

    I don't know of your question.  If you ask how to show the clock in the tray system with hours, minutes and seconds, then download & run "Tclock Light".  Windows will not natively display the seconds.

    TClock Light: <> http://homepage1.nifty.com/kazubon/tclocklight/index.html >

    HTH,
    JW

  • With CVI SQL Toolkit, how to add the new variable param column in a table.

    Dear all:

    I used the CVI Sql toolkit to create a database, but now I don't know how to add a new column to a table in variable param.

    I know, to add a column with the name of constant column could be down by below:

    DBImmediateSQL ((hdbc, "alter table table1 add column1 char [100]");

    But if Column1 is a param variablae how can I write the code? Please advise?  It will be appreciated if you could give me an example.

    Best regards!

    HI -.

    If you look at the parameters that you pass to the SQL function, you can see that the second parameter is a string constant. In your code, you can create an array of characters (string). You can then use sprintf to programmatically determine what will be the contents of this variable. In the function call, you can put the variable instead of the literal string, and you will have a customizable SQL statement.

    Hope this helps-

    John M

Maybe you are looking for