DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Update From

  1. #1
    Join Date
    Oct 2001
    Location
    Kuwait
    Posts
    23

    Update From

    Hi all ,

    Does Oracle support something similar,

    update x
    set col2 = y.col3
    from
    select y.col3 from x y
    where col1 = 10.1

    SQL Server support it from SQL Server 2000

    Regards

    George
    Oracle DBA
    National Bank Of Kuwait

  2. #2
    Join Date
    May 2007
    Posts
    11
    Sure
    Check this

Posting Permissions

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


Click Here to Expand Forum to Full Width