Monday, September 9, 2013

how to get number of occurence sallery from sallery Table Mysql

Tabel Full textsidnamesal Descending
Edit EditCopy CopyDelete Delete6c240
Edit EditCopy CopyDelete Delete8d240
Edit EditCopy CopyDelete Delete4b235
Edit EditCopy CopyDelete Delete7d135
Edit EditCopy CopyDelete Delete2a230
Edit EditCopy CopyDelete Delete3b125
Edit EditCopy CopyDelete Delete1a120
Edit EditCopy CopyDelete Delete5c120



SELECT name, count(sal)as sal FROM `tbl_sall` group by sal

Options

namesal
a12
b11
a21
b22
c22

No comments:

Post a Comment