How can I create one procedure and the WHERE column is the same?
The WHERE column is QuotationNo
This is the procedure signature:
create procedure (QUO1 int, QUO2 int, QUO3 int, QUO4 int)
Output:
Quote     price     quantity
---------------------------------
1234       2000        1000
5678       2500        4000
9012        3000        4500 
3456        1000        1000
Thanks,
Captain16
 
     
     
    