I have a big table contain a mobile numbers, I need to count each mobile number, how many time it was entered to my table?
Mashimar 0 Newbie Poster
Recommended Answers
Jump to PostSELECT DISTINCT(MobileNumber), COUNT(MobileNumber) AS RecordCount FROM MobileTable GROUP BY MobileNumber
Jump to Postplz...m relly need a immediate coding..
plz sumbody solve my probs..
i want to subtract my current quantity stock went m enter any amount at a textbox...
currentquantity = fullquantity - amount(type in the textbox)
then save to database
can sumbody help mee..plzzzAs Teme64 said open new thread with …
All 7 Replies
Teme64 215 Veteran Poster
sierrainfo 0 Junior Poster
dyadarling 0 Newbie Poster
Teme64 215 Veteran Poster
dyadarling 0 Newbie Poster
manal 27 Junior Poster
dyadarling 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.