View Single Post
Old 04-03-2009, 03:00 PM   #16 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

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?
allworknoplay is offline  
Reply With Quote