Micro Niche Builder
Closed Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Oracle

  1. #1

    Default Oracle

    can anyone tell me how to insert data into database tables by using where condition in oracle ?


  2. Micro Niche Builder

  3. #2

    Default

    in oracle we can not write where condition but we can write where condition in the select statment

  4. #3

    Question

    i am not getting your question properly......
    what you want to do...?
    table in oracle.........?
    tell me some thing more for that.....
    .......CONFUSED.........

  5. #4

    Arrow oracle

    Quote Originally Posted by Amar View Post
    can anyone tell me how to insert data into database tables by using where condition in oracle ?
    first you create the table .
    and using the query.
    for insert also use insert (data), type of the data.
    this is the way for it

  6. #5

    Lightbulb

    Quote Originally Posted by djk View Post
    first you create the table .
    and using the query.
    for insert also use insert (data), type of the data.
    this is the way for it
    i am not getting clear idea from that...
    can you explain me with some more details.......
    ....CONFUSED.....

  7. #6

    Default

    Quote Originally Posted by Amar View Post
    can anyone tell me how to insert data into database tables by using where condition in oracle ?
    Using WHERE statement is no use for inserting data but in updating data, deleting data and query the data.
    online casino
    Please press "Thanks" Button, Don't Say "Thanks"

  8. #7

    Default

    insert ,into table name where column name = relevant info
    or
    insert ,into table name where tablename.column name = relevant info

  9. #8

    Question

    Quote Originally Posted by seanslotter View Post
    Using WHERE statement is no use for inserting data but in updating data, deleting data and query the data.
    if i have made my table already in mssql...
    and then i want to add one new column then how it can be done...???
    please tell me.......

  10. #9

    Default reply

    Hi,


    alter table <table name> add < column name> variable

    This is the procedure for add new column in a table


  11. #10

    Arrow

    Quote Originally Posted by anurdh65 View Post
    Hi,


    alter table <table name> add < column name> variable

    This is the procedure for add new column in a table

    hey my question is after the making the column how can i fill directly that particular column...???
    i can not fill the data directly intio that extra added column....
    thanks......!!

Closed Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Connecting php with oracle.
    By nikon in forum PHP Help
    Replies: 5
    Last Post: 06-22-2009, 08:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

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