Jump to content

[SOLVED] Join Error: dubble keys


ramli

Recommended Posts

I have a problem with my database structuere, and i am not sure how to resolve it.

I have two tables.

 

Users

Username

Password

Role

|

|

|

|

|

Client_data

Client_ID

Username

Location

Zipcode

 

Execute the following qurey

 

SELECT * FROM Users INNER JOIN Client_data ON Users.Username=Client_data.Username

 

Workes fine but when i like to search on username i get a error

 

SELECT * FROM Users INNER JOIN Client_data ON Users.Username=Client_data.Username WHERE Username LIKE '%$search%'

 

Error: #1052 - Column 'username' in field list is ambiguous

 

I know it is a problem coused by the colomn username only i don't know wat to do to resolve it, can anyone help me pleace ?

 

Thx in advance

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.