Jump to content

Mysql Query


drew_caplan

Recommended Posts

Hello,

 

I am teaching myself new php/mysql skills and I have a questions on how do I look up data from one table that references another? For instance I am able to query a table and pull all my data and one of my columns is "customer_id" which is a reference to another table that have the columns "id" and "name". So my question is how do I pull the "name" from that table where "customer_id" is equal to the "id" from the customers table"?

 

Thank you in advance!

Link to comment
https://forums.phpfreaks.com/topic/274278-mysql-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.