Encyclopedia Muneerica

A YungMun Joint

SQL humor

I made the following SQL based joke:

My list of places you need to bring something back from is as follows:

SELECT *
FROM world.stores
LEFT JOIN world.gentlemensclubs

Wait, wait, I forgot my where clause!

WHERE dancer.status != 'pregnant'