Micro Niche Builder
Closed Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Oracle

  1. #11

    Default

    Quote Originally Posted by donald View Post
    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......!!
    Used Update Syntax like in my below:

    update from <your table name> set new column=value where <which is primary key column>=<unique value>;
    online casino
    Please press "Thanks" Button, Don't Say "Thanks"

  2. #12

    Default Update

    You can use where condition with UPDATE query and Syntax is:
    Update table set column= ..... WHERE column=.....

  3. #13

    Default

    I dont think there is a such syntax available in sql. Eitehr your question is wrong or you dont know what you want

Closed Thread
Page 2 of 2 FirstFirst 1 2

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