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: bartha
  • Content: Threads
  • Order by date
  1. bartha

    Number of ROWS updated using UPDATE statement

    Hi, I need to capture the number of rows that were updated using UPDATE command. For Example: UPDATE t1 SET Col_1 = 'Col_1', Col_2 = 'Col_2' WHERE Col_3 = 'TEK' AND Col_4 = 'TIP' Once this is executed, I need to be able to capture the number of rows that was updated. What might be the...

Part and Inventory Search

Back
Top