Quote:
Originally posted by Dagney
Would be a bit difficult for me to wear man-boobs, seeing that the ones I carry around are genuine, grade A, XX chromosome, estrogen enhanced, home grown, permanently attached, girl flesh.
|
Gee, that would make you a child of Zion, right? :-)
Quote:
(who's kinda proud of her girl-boobs today)
|
Long may they wave.
Quote:
(SELECT * FROM persons WHERE clue Is Null)
|
How about
:
<code>
SELECT * from persons p WHERE
(SELECT count(*) from clues c
WHERE c.personID = p.personID) > 0;
</code>
This normalization allows persons to have more than one clue...a very desireable condition :-)