04-03-2009, 03:00 PM
|
#16 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Thanks Sketch!
I see your point.
When I do a count like: "select count(user_id) from users"
The column that I select is always the ID column that is autoincremented and unique to the table. This should assure me that I won't have to worry about any of the data being NOT NULL.
Do you see any issues with this?
|
|
|
|