sql >> Database >  >> RDS >> Mysql

kies uit enkele tabellen mysql

Hallo, je kunt zoiets gebruiken

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. Draaien in Oracle 11g

  2. Hoe om te gaan met grote transacties onder Oracle?

  3. Waarde instellen voor één kolom van alle records in tabel

  4. Moet scalaire variabele @Id declareren?