help me
Posted: Thu Apr 24, 2014 3:10 pm
Hi.
I have a database that contains 2 tables, insurance & paper.
Table insurance instruction:
Insurance_name [type = text, primary key]
Table paper instruction:
Number [type = int, primary key]
Insurance_name [type = text]
Price [type = bigint]
Now I want a report in stimulsoft report that give a result of below query:
“Select count(*) from paper where paper.insurance_name = insurance.insurance_name;”
“Select count(*) from paper where paper.insurance_name = insurance.insurance_name
And price <= 0;”
By these queries I mean search through paper table and find how many insurance_name exist for each insurance name.
Please help me
Thanks
I have a database that contains 2 tables, insurance & paper.
Table insurance instruction:
Insurance_name [type = text, primary key]
Table paper instruction:
Number [type = int, primary key]
Insurance_name [type = text]
Price [type = bigint]
Now I want a report in stimulsoft report that give a result of below query:
“Select count(*) from paper where paper.insurance_name = insurance.insurance_name;”
“Select count(*) from paper where paper.insurance_name = insurance.insurance_name
And price <= 0;”
By these queries I mean search through paper table and find how many insurance_name exist for each insurance name.
Please help me
Thanks