Hello atoolpigeon.
thanks for your help u really save my day..
the query really gives me good result and i added some fields
SELECT province_name, municipality_name, count(municipality_code) AS total_rec FROM party_list_cocv
INNER JOIN prrovinces USING (province_code)
INNER JOIN municipalities...
Hi all i want is to change my netbios name from localhost to trinity.
what i did was i change my file 'network' under /etc/sysconfig/ and this is the new content:
----
NETWORKING=yes
HOSTNAME=trinity.popdem.org
----
Also i change the ServerAdmin settings in my httpd.conf
---
ServerAdmin...
Hi to all SQL guru..
im using Postgres _"command-line"_ i want to show you this query i create that will view the total counts of record of one particular area[city]...
SELECT count(municipality_code) FROM party_list_cocv INNER JOIN municipalities USING (municipality_code) INNER JOIN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.