Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tgomes

    UPDATE SQL FOR QUERY400 - AS400 STRSQL

    Thank You, I had rewritten and use the exists clause like you did and it works... I just read somewhere that the only way to update in as400 and inner join is to use the EXISTS... Thank you for your help. Thais
  2. tgomes

    UPDATE SQL FOR QUERY400 - AS400 STRSQL

    It does not work. the second I try to join the uprm to thucsrmt, it gives me an error.
  3. tgomes

    UPDATE SQL FOR QUERY400 - AS400 STRSQL

    The code below works in a SQL server environment, when I try to use the same in AS400 STrSQL I get a error message that I can not use Inner on a Update query. UPDATE PWPTFILES/UPRM A INNER JOIN TGOMES/THUCSRMT B ON A.UPPRM = B.UCPRM) INNER JOIN TGOMES/WRATELISTT C ON (C.UCSCOLD = B.UCSCH) AND...

Part and Inventory Search

Back
Top