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!

Search results for query: *

  • Users: ank2go
  • Content: Threads
  • Order by date
  1. ank2go

    Simple Update SQL - Error Out

    Hi, Please help. I have a simple update sql: UPDATE dbo.tbl01 SET par = 'Y' FROM dbo.tbl01 tbl01 INNER JOIN ( SELECT name FROM dbo.tbl01 WHERE recordtype = 'P' and active = 'Y' and par = 'Y' ) ppr ON tbl01.name = ppr.name WHERE...

Part and Inventory Search

Back
Top