sql >> Database teknologi >  >> RDS >> Mysql

vælg fra få tabeller mysql

Hej, du kan bruge sådan noget

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. CodeIgniter liste-felter

  2. Hvad er socket-erklæringen til i Ruby on Rails database.yml?

  3. Oracle partitioneret sekvens

  4. Føj dage til en dato i PostgreSQL