hi-
I am trying an SQL but couldn't achieve with a query, any help will be highly appreciated.
There are two tables say Table A and B
A(col1,
Qual,
ID,
ref)
B(col1,(FK to Col1 on A)
type of transaction,
Date of transaction,
Status of transaction,
date of acknowledgement)
Now I have to get the result with a query in this format
qual ID Type Date ToTal Total
of trans of trans Sent Acknowledged
Any help will be highly appreciated.
Thanks
I am trying an SQL but couldn't achieve with a query, any help will be highly appreciated.
There are two tables say Table A and B
A(col1,
Qual,
ID,
ref)
B(col1,(FK to Col1 on A)
type of transaction,
Date of transaction,
Status of transaction,
date of acknowledgement)
Now I have to get the result with a query in this format
qual ID Type Date ToTal Total
of trans of trans Sent Acknowledged
Any help will be highly appreciated.
Thanks