Devendra  Kumar

Devendra Kumar

  • NA
  • 517
  • 233.4k

get value from stored procedure

Mar 12 2016 12:47 AM
hi frnd
 
 
i select product name from database
 
and in my database product name same but according to size price are different so when select product name then it select always first product id and there details  
 
sp use
@productname 
 
 
select productid from products master where productname=@productname 

Answers (2)