2007-09-04

If you eat crackers in my bed, you will be kicked out. No exceptions!

That is all.

Original: craschworks - comments

Wow. Has it really been over a decade since Watterson stopped drawing Calvin and Hobbes?

Original: craschworks - comments

Suppose I have a database with a bunch of tables in it. Some of the tables have a stockkey field, but some don’t. Is there a single query that I could run that would display a list of the tables that have a stockkey field? I could write a script that iterated through all of the tables, running a “show table” against each one, but it seems like there might be a way to do it in sql alone.

Original: craschworks - comments