I'm trying to write a SuiteQl statement that will join my item table to a custom record that has a multi-select field including the item id.
select item.id from item JOIN CUSTOMRECORD_REBATE_AGREEMENT_DETAIL cr on cr.custrecord_rebate_items_included = item.id
Figured it out. Referenced this answer