Big Bird
06/12/2022, 1:40 PMtalents
based on data from proposals
table in this query? Like I only want rows from talents
if if a match between talents.id
and proposals.talent_id
let { data, error } = await supabase
.from('jobs')
.select(`*, proposals(*), talents(*)`)
.ilike('address', jobAddress)
Needle
06/12/2022, 1:40 PMgaryaustin
06/12/2022, 3:01 PMNeedle
06/13/2022, 7:04 AM