Results 1 to 2 of 2

Thread: How can I update 1 table using data from 2 tables?

  1. #1
    Join Date
    May 2005
    Posts
    2

    Question How can I update 1 table using data from 2 tables?

    How can I update 1 table using data from 2 tables?

    update table1
    set table1_field1 = 'con',
    table1_field2 = 'con2'
    where table1_field1 = 'aaa'
    and table2_field1 = 'bbb'


    Can anybody help me (or indeed understand the above!) PLEASE!


    __________________
    dodds

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

Posting Permissions

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