Hi,
I have a stored procedure with a select statement in it ... my problem is i have a account number which has more than one entry in the table how do i do it in stored procedure....
ie the person can take more than one loan so that account number will have two entries in my table.. how do i do this using stored procedure
I have a stored procedure with a select statement in it ... my problem is i have a account number which has more than one entry in the table how do i do it in stored procedure....
ie the person can take more than one loan so that account number will have two entries in my table.. how do i do this using stored procedure
Comment