Viewing post 1 (of 1 total)
Obviously a bad idea, but had to kill some time before work, so tried this for fun.
---------
create proc fruitput
@new int, --id wanted for new input
@newval varchar(100) --new value to insert
as
set...
June 21, 2005 at 8:02 am
#567043