Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more  

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Databases - MySQL, SQL, Oracle, Access and others
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 02-27-2008, 01:19 PM   #1 (permalink)
elite
Junior Member
 
Join Date: Feb 2008
Posts: 2
Default Count number of fields != 0

I have a table as follows

account
date
item1_0
item1_1
item1_2
item2_0
item2_1
item2_2

The item fields default to zero but can be any number

Now, what I want to do is something like this - but using sql:

PHP Code:
<?php
$count 
0;
foreach(
$item as $i)
{
    if(
$i != 0)
    {
        
$count++;
    }
}
return 
$count;
?>

Any pointers would be greatly appreciated
elite is offline   Reply With Quote
Sponsored Links
Old 03-21-2008, 01:35 PM   #2 (permalink)
gururise
Junior Member
 
Join Date: Mar 2008
Posts: 12
Default Re: Count number of fields != 0

if you are using PHP, look into mysql_num_rows() function.
gururise is offline   Reply With Quote
Old 03-22-2008, 12:33 PM   #3 (permalink)
elite
Junior Member
 
Join Date: Feb 2008
Posts: 2
Default Re: Count number of fields != 0

Quote:
Originally Posted by gururise
if you are using PHP, look into mysql_num_rows() function.

Thanks for the reply, but I don't see how this helps?

I'm not counting the number of records returned but rather, foreach record I want to know how many fields are not equal to 0

So returned I would want:

account, date, CountOfNumberOfItemFieldsNotEqualTo0
elite is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 06:37 AM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums