Results 1 to 5 of 5

Thread: Insert Into statement

  1. #1
    jason Guest

    Insert Into statement

    Hi, Every body,

    Is there anyway that we can use insert into statement to insert data into the first row of a table, or initialize the column with the new inserted data.

    Thanks in Advance,

  2. #2
    paul Guest

    Insert Into statement (reply)


    not entirely sure what u mean ? Can u be more specific.

    ------------
    jason at 3/27/01 11:19:59 AM

    Hi, Every body,

    Is there anyway that we can use insert into statement to insert data into the first row of a table, or initialize the column with the new inserted data.

    Thanks in Advance,

  3. #3
    jason Guest

    Insert Into statement (reply)


    Hi, Paul,

    What I want to do is I need to insert some data into a table from another one, but I want the inserted data to be in the first row, it means the inserted data will overwrite the original data in the first table.

    Thanks a lot,


    ------------
    paul at 3/27/01 11:51:17 AM


    not entirely sure what u mean ? Can u be more specific.

    ------------
    jason at 3/27/01 11:19:59 AM

    Hi, Every body,

    Is there anyway that we can use insert into statement to insert data into the first row of a table, or initialize the column with the new inserted data.

    Thanks in Advance,

  4. #4
    Chris Guest

    Insert Into statement (reply)


    You will have to use and update statement to accomplish your mission.

    ------------
    jason at 3/27/01 12:17:08 PM


    Hi, Paul,

    What I want to do is I need to insert some data into a table from another one, but I want the inserted data to be in the first row, it means the inserted data will overwrite the original data in the first table.

    Thanks a lot,


    ------------
    paul at 3/27/01 11:51:17 AM


    not entirely sure what u mean ? Can u be more specific.

    ------------
    jason at 3/27/01 11:19:59 AM

    Hi, Every body,

    Is there anyway that we can use insert into statement to insert data into the first row of a table, or initialize the column with the new inserted data.

    Thanks in Advance,

  5. #5
    jason Guest

    Insert Into statement (reply)

    Hi, Chris

    Could you please give me an example of the statement? I would be very apprecaited.

    Thanks,


    ------------
    Chris at 3/27/01 2:14:24 PM


    You will have to use and update statement to accomplish your mission.

    ------------
    jason at 3/27/01 12:17:08 PM


    Hi, Paul,

    What I want to do is I need to insert some data into a table from another one, but I want the inserted data to be in the first row, it means the inserted data will overwrite the original data in the first table.

    Thanks a lot,


    ------------
    paul at 3/27/01 11:51:17 AM


    not entirely sure what u mean ? Can u be more specific.

    ------------
    jason at 3/27/01 11:19:59 AM

    Hi, Every body,

    Is there anyway that we can use insert into statement to insert data into the first row of a table, or initialize the column with the new inserted data.

    Thanks in Advance,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •