Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andrewlivi

    mysql query join syntax

    I want to join the 2 tables so that I can link 2 sets of fields. Current script: $query = "SELECT movie_name, people_fullname FROM movie LEFT JOIN people ON movie_leadactor = people_id ORDER BY movie_name"; What I want to do: $query = "SELECT movie_name, people_fullname FROM movie...

Part and Inventory Search

Back
Top