sql server - displaying parameter of the string in sql -


i have string "dbo.proudction @prodid= '1,2,10,4,5,6,7,8,13,16,17,3' ,@stock= 0”.

i have execute query

to select '1,2,10,4,5,6,7,8,13,16,17,3'.

if understand correctly, want do:

select @prodid; 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -