Jump to content

Bit of trouble with JOIN MySQL query


wannabephpdude

Recommended Posts

I have a table called 'intake'... I need every field in this table (23 fields). This table has a field named rec_id. The second table is named 'insurance'... I need only one field from it named 'claim_type'. 'intake.rec_id' = 'insurance.intake_id'... How can I join them with all the 'intake' field values available and add to it the one 'insurance.claim_type'?

 

Thanks in advance... My join skills seem to be slipping :(

Link to comment
https://forums.phpfreaks.com/topic/217060-bit-of-trouble-with-join-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.