Hi,
I am using Oracle 8i and crystal reports 8.5. I have several reports which are populated by procedures from on the database.
These procedures substring a date for use in if statements and concatenates it back together for a parameter. For some reason this works fine on my machine but not...
Hi,
I would appreciate any help with this please !
I am trying to make the sql below more dynamic
SELECT TB_NAT.CL_NAT,
SUM(DECODE(TB_BAT.DE_STATUS,'JR',1,0)) AS JR,
SUM(DECODE(TB_BAT.CL_GENDER_CODE,1,1,0)) MALE,
SUM(DECODE(TB_BAT.CL_GENDER_CODE,2,1,0)) FEMALE
FROM tb_BAT, TB_NAT
WHERE...
Hi,
I would appreciate any help with this please !
I am trying to make the sql below more dynamic
SELECT TB_NAT.CL_NAT,
SUM(DECODE(TB_BAT.DE_STATUS,'JR',1,0)) AS JR,
SUM(DECODE(TB_BAT.CL_GENDER_CODE,1,1,0)) MALE,
SUM(DECODE(TB_BAT.CL_GENDER_CODE,2,1,0)) FEMALE
FROM tb_BAT, TB_NAT
WHERE...
Hi,
would totally appreciate help..new to sql
I am tyring to check if a table exists from trigger in oracle reports before creating it. My code complied fine but has an error saying command not ended properly when irun it.
code:
******************************************************...
HI !
I am trying to subtract the sum of two different columns on two different tables from each other. If I write my sql as:
Select sum(table1.column1- table2.column2)
from table1, table2;
I get the wrong answer it subtracts the columns before summing them.
So now I have created a stored...
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.