[PHP] Duplication Results When LEFT JOIN is Used Between
MultipleTables
I added DISTINCT to the code (as per below):
Kamil Choma wrote:
> Mike Gifford wrote:
>>However, when I run this query:
>>mysql_query("SELECT DISTINCT
>> WLPbib.bibID,
>> WLPbi
I added DISTINCT to the code (as per below):
Kamil Choma wrote:
> Mike Gifford wrote:
>>However, when I run this query:
>>mysql_query("SELECT DISTINCT
>> WLPbib.bibID,
>> WLPbib.title,
>> WLPbib.publisher,
>> WLPbib.publicationDate,
>> WLPaddress.city,
Mike Gifford wrote:
> However, when I run this query:
>
> mysql_query("SELECT
> WLPbib.bibID,
> WLPbib.title,
> WLPbib.publisher,
> WLPbib.publicationDate,
> WLPaddress.city,
> WLPaddress.state,
> WLPprofile.firstName,
>
3 matches
Mail list logo