I’m so tired.
SELECT pasta FROM pantry WHERE label ILIKE ‘%fettuccine%’;
SELECT milk FROM fridge WHERE exp_date >= ‘2007-09-10′;
SELECT food FROM fridge WHERE ingredients IN (’salmon’,'alfredo’);
SELECT toothbrush FROM medicine_cabinet WHERE color = ‘purple’;
SELECT shampoo FROM shower_caddy WHERE contents IS NOT NULL;
SELECT * FROM children WHERE age >1 AND age <5;
INSERT INTO bed (item) VALUES (boy);
September 11th, 2007 at 10:01 pm
Geek!!!!!
September 12th, 2007 at 7:10 am
If there IS such a thing as a “programming brain”, this is proof positive that you have one.
;o)
September 12th, 2007 at 9:55 am
I think you are the first person to make me understand programming, even a little bit. Clever.
September 12th, 2007 at 10:46 am
:o)