I have SQL statement select * from tableA,but to this SQL statement i need to add the functionality of 3 functions.
Function1
Create or Replace Function1()
RETURM object1
IS
CURSOR c1
IS
SELECT * from tableA where (c1='A' or c2='Y');
---
---
RETURN object1;
END Function1
Function2...
I have SQL statement select * from tableA,but to this SQL statement i need to add the functionality of 3 functions.
Function1
Create or Replace Function1()
RETURM object1
IS
CURSOR c1
IS
SELECT * from tableA where (c1='A' or c2='Y');
---
---
RETURN object1;
END Function1
Function2...
I have data which has 13 periods per year and ineach period there will be 4 weeks.Reports are generated for each week
with some amount fields corresponding to each week.
we also have week numbers which are integers from (1,2--52)
This amount field is for 1st week in each period is fine,for next...
I have data which has 13 periods per year and ineach period there will be 4 weeks.Reports are generated for each week
with some amount fields corresponding to each week.
we also have week numbers which are integers from (1,2--52)
This amount field is for 1st week in each period is fine,for next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.