Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Combine variable and select statement

    vahid.arr (3/11/2013)


    I want to combine this select statement and a variable(@EndUserDel) to get result.how can i do that?

    declare @EndUserDel nvarchar(20)

    select * FROM [dbo].[Service]

    i want this...

Viewing post 1 (of 1 total)