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 TouchToneTommy 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. skam216

    stored procedure first look

    Drop procedure if exists myfirstproc // CREATE PROCEDURE myfirstproc (IN codx char(16), IN TableName char(20), OUT descr char(50)) BEGIN select description into descr from TableName where cod = codx; END; // IF you still see error, you may probably add a databasename, which you use, before...

Part and Inventory Search

Back
Top