Things I wish I did earlier
519 days ago
Updated 466 days ago
310 Views
3 Comments
Rate This
Introduction
There are many things in life that we wish we had begun doing earlier...
1
Join this site earlier
So I can get user id 0 in the DB for no particular good reason
2
Get a macbook
So that I don't have to hold out for leopard until june and now october !!!
3
Use Ruby on Rails
Because it is just too cool
4
Wake up earlier
So that I don't feel guilty when I walk into the office carrying my lunch and see people
5
Buy my house
So I could have already make a huge profit
6
Drive faster
So I can beat that stupid yellow/red light that only seems to punish the drivers who obey the speed limit (kind of)
7
Buy Google stocks
Need I say more?
8
Washed my garage earlier
So that there are fewer spiders to deal with today...
9
Sleep earlier
So that I don't feel as dead
just so you know, our id starts at 2 for some odd reasons... haha...
mysql> select * from [insert user table name] where id<2;
Empty set (0.00 sec)
mysql> select * from [insert user table name] where id<2;
Empty set (0.00 sec)
posted 513 days ago
I think MySQL does not reuse primary key id's by default. You might have created and deleted two users before production.
posted 511 days ago
stop thinking i'm old.
posted 481 days ago

3 Comments