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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pedro08

  1. Pedro08

    PROC SQL UPDATE QUERY

    Hi, I am attempting to use a PROC UPDATE query from SAS to update a table in an Access database. Code as follows; proc SQL; UPDATE mydblib.tbl_MPSmisuse m SET name=(select p.name from platesmatch1 p WHERE m.id=p.id) where name in (select name from platesmatch1); quit; The code works...

Part and Inventory Search

Back
Top