I have a stored proceduer in SQL Server 2000. It does the following things,
1) Get All the withdrawl Dates on some business Logic.
2) Get all the clients with the the withdrawl dates in step1.
This procedures uses temp tables. I have to write the same procedure in oracle without using the temp tables. I am new to oracle. Please help me how to write the procedure.
Thanks,
Kolla123
1) Get All the withdrawl Dates on some business Logic.
2) Get all the clients with the the withdrawl dates in step1.
This procedures uses temp tables. I have to write the same procedure in oracle without using the temp tables. I am new to oracle. Please help me how to write the procedure.
Thanks,
Kolla123