sql >> Databasteknik >  >> RDS >> Mysql

välj från några tabeller mysql

Hej, du kan använda något sånt här

select connections.connection_id, contacts.contact_id  companies.companyid
from connections 
left join companies on connections.company_id = companies.company_id
left join contacts on contacts.contact_id = connections.contact_id
where company_name LIKE ('%qwer%')
and contact_name LIKE('%abc%')


  1. Laravel 4 frågebyggare - med komplicerade vänsterkopplingar

  2. php json_encode mysql resultat

  3. VÄLJ rader med minsta antal(*)

  4. Migrera gradvis från SQL Server till PostgreSQL