Displaying the count

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a SQL  that lists the agencies that have records entered.

My SQL is

$sql = "SELECT ORI, Agy_Name, Tele_Num from $table_name group by ORI 
having count(ORI) > 0";


I am wanting to show the "count" as well.


I have looked around  but I haven't seen anything on how to
display the count!

Any help would be appreciated!

Thanks
Ken


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux