Update

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ancy
    New Member
    • Sep 2006
    • 5

    Update

    hi all,
    hi all,

    I have a table which has 3 columns col1,col2,col3. THe col1,col2 gets the values from text using sqlldr.(in script)
    for col3 update is done

    like
    update table
    set col3='$value'

    this value can change for every executiom
    When the script is execute for first time (3 record are inserted and updated with given value).But for the second time if text file has 4 record this update operation should happen for records from row(4 t0 8).

    help please
Working...