Jump to content

Seeing what percent of users in a database have the code '5'


tibberous

Recommended Posts

I have a table called visitors, and the visitors have different codes. I need to see what percentage have the code 5. Right now I am using:

 

return mysql_num_rows(mysql_query("select code from visitors where code='5'")) / mysql_num_rows(mysql_query("select code from visitors"));

 

But it doesn't seem to work. Does anyone know how else to do this?

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.