Hi all,
Does anyone have any idea why the following statment succeed (BMMT is the table name):
SELECT * FROM BMMT WHERE make='optic' and Classification='super_special';
and this one won't even though inherently, there is no difference in the WHERE statment:
SELECT * FROM BMMT INNER JOIN hTypenumL on BMMT.typenum=hTypenumL.typenum WHERE BMMT.make='optic' and BMMT.Classification='super_special';
Any help is very much appreciated. Thanks.
Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~
Does anyone have any idea why the following statment succeed (BMMT is the table name):
SELECT * FROM BMMT WHERE make='optic' and Classification='super_special';
and this one won't even though inherently, there is no difference in the WHERE statment:
SELECT * FROM BMMT INNER JOIN hTypenumL on BMMT.typenum=hTypenumL.typenum WHERE BMMT.make='optic' and BMMT.Classification='super_special';
Any help is very much appreciated. Thanks.
Mike
~~~~
simanek@uiuc.edu
"It's a Swingline!"
~~~~