Jump to content

[SOLVED] Simple Join Problem


simpsimp

Recommended Posts

Hi - this is a simple problem, but I'm still trying to figure out joins!  Hope you can help.

 

I have a table EVENTS and a table CONCERTS - CONCERTS has a row called TYPE.

 

I just want to sort the EVENTS by the TYPE of CONCERT contained in the EVENTS.

 

Sort of like - SELECT * from events ORDER BY events.concert.type ASC

 

But I can't get this working.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/65833-solved-simple-join-problem/
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.