Thanks!
It works
Cole
On Thu, 2004-08-26 at 16:45, [EMAIL PROTECTED] wrote:
> > I'm trying to pull all the records from the table class where classID is
> > not equal to the value of classID in the table assignment.
>
> > Currently, I have 'select class.classID, class.classDesc from class,
> >
> I'm trying to pull all the records from the table class where classID is
> not equal to the value of classID in the table assignment.
> Currently, I have 'select class.classID, class.classDesc from class,
> assignment where assignment.classID >= class.classID and
> assignment.assignmentID=$ass
I'm trying to pull all the records from the table class where classID is
not equal to the value of classID in the table assignment.
Currently, I have 'select class.classID, class.classDesc from class,
assignment where assignment.classID >= class.classID and
assignment.assignmentID=$assidn'. $as