Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Inserting new row in the middle and not at the end

    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 nocount on

    select...

Viewing post 1 (of 1 total)