How to collect desired data from two SQL tables? - TechRepublic
Question
June 1, 2010 at 09:35 AM
king shary

How to collect desired data from two SQL tables?

by king shary . Updated 16 years, 1 month ago

I have two sql data tables
Table1 contains:
ACNO , NAME , CLASS
Table2 contains:
ACNO , NAME , FMONTH

ACNO => Acount Number
NAME => Student Name
FMONTH => Fee Month

I want to get the names of those students who didn’t paid the fees for a particular month e.g. May

This discussion is locked

All Comments