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 strongm 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. bartha

    Number of ROWS updated using UPDATE statement

    I would like to avoid another SELECT statement to capture the count and find an easy way to track the updates. If this is the only option, then I may have not much of a choice but use it. This is upposed to be production code and not just a sample SQL-PLUS code. bartha
  2. 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...
  3. bartha

    Searching for 2 records which share the same column flag

    Thanks for advice KenCunnigham. I just did so. shanyaj

Part and Inventory Search

Back
Top