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: *

  • Users: ccoa
  • Order by date
  1. ccoa

    Help with SQL procedure

    It's listed as "4+", which may explain things. I can't think how to write this as an update statement, though.
  2. ccoa

    Help with SQL procedure

    Im attempting to write a SQL procedure, unfortunately, since this is my first, it's not going well. This is what I have: create procedure restore_from_edit() begin declare done int default 0; declare cur1 cursor for (select pe.message, max(pe.editnum), pe.postid from page_edits pe group by...

Part and Inventory Search

Back
Top