select * from SPHERES where CID = '1' and ASSAY=False
select * from SPHERES where CID = '1' and ASSAY !=true
They are the same!
ASSAY=False equal to say ASSAY (NOT EQUAL) True
His Problem was, that the first query reports 1 row, and the second query returns 2 rows even though the queries seem to be the same.
i haven't checked that yet.
But what if ASSAY = NULL? It could return different values then.
ASSAY is part of the PrimaryKey. That implies that it is a non-NULL column.
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
