PHP Coding Solutions
php coding solution, form validation
Monday, September 9, 2013
how to get number of occurence sallery from sallery Table Mysql
Tabel
id
name
sal
Edit
Copy
Delete
6
c2
40
Edit
Copy
Delete
8
d2
40
Edit
Copy
Delete
4
b2
35
Edit
Copy
Delete
7
d1
35
Edit
Copy
Delete
2
a2
30
Edit
Copy
Delete
3
b1
25
Edit
Copy
Delete
1
a1
20
Edit
Copy
Delete
5
c1
20
SELECT name, count(sal)as sal FROM `tbl_sall` group by sal
Options
name
sal
a1
2
b1
1
a2
1
b2
2
c2
2
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment