© 2026 Hedgehog Software, LLC
const { data, error } = await supabase.from('my-table').select('id-column').contains('id-column', user_data.id);