jen
05/12/2021, 8:58 PMJOIN
when a field is of type multiselect
Tyn Guardian
05/12/2021, 9:01 PMjen
05/12/2021, 9:07 PMjen
05/12/2021, 9:08 PMSeth Duda
05/12/2021, 9:48 PMSeth Duda
05/12/2021, 9:49 PMjen
05/12/2021, 9:50 PMJOIN
it thoughjen
05/12/2021, 9:50 PMjen
05/12/2021, 9:50 PMJOIN
using thatSeth Duda
05/12/2021, 9:51 PMjen
05/12/2021, 9:51 PMSeth Duda
05/12/2021, 9:52 PMSeth Duda
05/12/2021, 9:52 PMjen
05/12/2021, 9:53 PMjen
05/12/2021, 9:53 PMSELECT customer.id, customer.name
FROM customer
JOIN ....?
JOIN contact ....?
WHERE contact.id = 1234
jen
05/12/2021, 9:53 PMSeth Duda
05/12/2021, 9:54 PMjen
05/12/2021, 9:55 PMjen
05/12/2021, 9:59 PMSeth Duda
05/12/2021, 10:01 PMSeth Duda
05/12/2021, 10:01 PMSeth Duda
05/12/2021, 10:01 PMSeth Duda
05/12/2021, 10:01 PMjen
05/12/2021, 10:07 PMjen
05/12/2021, 10:07 PMjen
05/12/2021, 10:07 PMSeth Duda
05/12/2021, 10:08 PMjen
05/12/2021, 10:11 PMjen
05/12/2021, 10:11 PMSeth Duda
05/12/2021, 10:11 PMSeth Duda
05/12/2021, 10:11 PMjen
05/12/2021, 10:11 PMSELECT contact.id, contact.firstname, contact.lastname, customer.id, customer.companyname
FROM contact
JOIN customercompanycontact ON contact.id = customercompanycontact.contact
JOIN customer ON customer.id = customercompanycontact.contactscompany
WHERE contact.id = 16357
jen
05/12/2021, 10:11 PMSeth Duda
05/12/2021, 10:11 PMSeth Duda
05/12/2021, 10:12 PMSeth Duda
05/12/2021, 10:12 PMjen
05/12/2021, 10:12 PMjen
05/12/2021, 10:12 PMSeth Duda
05/12/2021, 10:12 PMjen
05/12/2021, 10:12 PMjen
05/12/2021, 10:12 PMSeth Duda
05/12/2021, 10:12 PMSeth Duda
05/12/2021, 10:12 PMjen
05/12/2021, 10:13 PMSeth Duda
05/12/2021, 10:13 PMjen
05/12/2021, 10:13 PMjen
05/12/2021, 10:13 PMSeth Duda
05/12/2021, 10:13 PMjen
05/12/2021, 10:14 PM