Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Tricky Select query

    This might be kinda similar to one of the responses above. Cursor usage is bad ... but works..

    ---------------------------------------------------

    SET NOCOUNT ON

    DECLARE @val varchar(25)

    CREATE TABLE Temp(ID int PRIMARY KEY IDENTITY(1,1),...

Viewing post 1 (of 1 total)