PowerBlue Posted September 8, 2010 Posted September 8, 2010 Hello! :) Can someone help me since I'm having problems with SQL? I have already fixed the columns as desired and originally planned. However, I can't seem to show the population as a percentage of the total population. Does anyone know how can I adapt this code below? SELECT DISTINCTROW POPDATA.CITYNUM, COUNT (*) FROM POPDATA WHERE POPDATA.ANCNUMBER=720 GROUP BY POPDATA.CITYNUM ORDER BY COUNT(*) DESC; Thank you very much. Hoping for your kind reply. :) Quote
RandyL Posted September 11, 2010 Posted September 11, 2010 This is a pretty specific query related to specific programming language. You might want to run a search for SQL tutorials or forums. Sorry but I don't know SQL. Quote We are all members helping other members. Please return here where you may be able to help someone else. After all, no one knows everything and you may have the answer that someone needs.Get help with computer problems. Join Free PC Help here Donations are welcome. Read Here
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.