Jump to content

what does the (SQL ERROR (ambiguous)... mean?..)


rootKID

Recommended Posts

hello again dudes... i am trying to get out my whole products and stuff like that, but im getting this as a sql error: Column 'id' in where clause is ambiguous can someone tell me what its meaning?... -thanks in advance...

Edited by rootKID
Link to comment
Share on other sites

Hello there, I experienced this so this might help you. Its an SQL error, when joining different tables with same columns, you should use "SELECT tableName.columnName, tableName2.columnName2, and so on".

Link to comment
Share on other sites

thanks, just needed to know to gain a little bit experience :)...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...