Goodies… but not the kind you can eat
You’re probably wondering, “What does this dandelion picture have
to do with dates?” I wondered the same thing when I typed
“calendar” into the image search box. Forget the dandelion. Let’s
talk date table fun. On to the “goodies” I promised.In case you
missed it, I posted earlier about the wonder of a “dates” table
(Dates Tables (More Numbers Table Sugar)) I
said I would probably make posts about why it is so wonderful. I
like to deliver on what I promise.
Since the previous posts use MySQL, this will also use MySQL
syntax in places. Considering how prevalent it is I’m sure not
many people will complain.
For those who want to complain, you may insert into this table I
created:
CREATE TABLE complaints ( complaint_id int unsigned auto_increment, …
[Read more]