I fought the urge to post this here but have to :(

I have two tables named like this:

owners
-ownerID
-teamname
-more fields

teampages
-ownerID
-bio

Anyway, I'm doing a select on the database like this: select ownerID,
last_update FROM teampages ORDER BY last_update DESC LIMIT 10

The thing is, I want to get the team name from the other table as well.  Can
anyone help me out?

Jeff

Reply via email to