my first time here. sql count group
- Denise Bru
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
19 May 2016 14:04 #2595
by Denise Bru
Replied by Denise Bru on topic my first time here. sql count group
Is not necesary.
I 've found the solution --> jejejej
no problem, thanksssssss
Thomas
I 've found the solution --> jejejej
no problem, thanksssssss
Thomas
Please Log in to join the conversation.
- Daniel
- Offline
- Administrator
-
19 May 2016 13:23 #2594
by Daniel
Thanks
Daniel
Replied by Daniel on topic my first time here. sql count group
Hello Denise,
Our Sales team will contact you shortly...
Our Sales team will contact you shortly...
Thanks
Daniel
Please Log in to join the conversation.
- Denise Bru
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 23
19 May 2016 13:21 #2593
by Denise Bru
my first time here. sql count group was created by Denise Bru
Hello friends,
This is my first time with vchart.
I need a chart PIE reading SQL data and no running.
I write:
SELECT co_coordinador, COUNT(*) AS Coordinador, (SELECT COUNT(*) FROM hs_colegios_identificacion) AS Total FROM hs_colegios_identificacion GROUP BY co_coordinador
My target is count how many records for every co_coordinador
can u help me??
This is my first time with vchart.
I need a chart PIE reading SQL data and no running.
I write:
SELECT co_coordinador, COUNT(*) AS Coordinador, (SELECT COUNT(*) FROM hs_colegios_identificacion) AS Total FROM hs_colegios_identificacion GROUP BY co_coordinador
My target is count how many records for every co_coordinador
can u help me??
Please Log in to join the conversation.