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

Thread: single row subquery returns more then one row

Threaded View

  1. #3
    Join Date
    Mar 2005
    Posts
    143
    this worked:
    update trx a set a."TxStatus" = (select b."PGroup" from Producer B where a."Producer"=b."Producer" )
    Last edited by jayjabour; 01-05-2011 at 01:09 PM.

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