Value Back from Stored Procedure
I create a table employee with columns eid, ename, esal. I want to retrieve all the rows. can anyone tell me what will be the SQL procedure to retrieve all the columns. I want to retrieve all the columns which are corresponding to eid column which is given in table.
Thanks in Advance