RE: Repetitive Result

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



depends on your query, some joins might make for duplicate results...show your code

bastien


From: kc68@xxxxxxxxxxx
To: "php-db@xxxxxxxxxxxxx" <php-db@xxxxxxxxxxxxx>
Subject:  Repetitive Result
Date: Wed, 21 Sep 2005 16:02:48 -0400

I have a table created from two mysql tables which shows all Members of Congress with related data. The Representative's name is pulled from one sql table and the data from another sql table. When the php table comes up on the web page, the name of the Representative for Maryland's 2nd district appears for the 3rd through the eighth districts as well:

Representative	State	District

Gilchrest		MD	1
Ruppersberger	MD	2
Ruppersberger	MD	3
Ruppersberger	MD	4
Ruppersberger	MD	5
Ruppersberger	MD	6
Ruppersberger	MD	7
Ruppersberger	MD	8

The rest of the 435 names are correct in the table on the web page. The data for MD districts 2-8 are correct. The correct names are shown in the sql table on the server for MD districts 2-8 and there are not duplicate entries for Ruppersberger. I tried changing the spelling of Ruppersberger in the sql table on the server and it changed for each of the results for Ruppersberger (districts 2-8) in the web page table.

Why am I getting the repetition shown above?

Ken

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux