I am trying to pull some data from supabase based ...
# help
p
I am trying to pull some data from supabase based on if the values are in an array. I cannot get it to work - any ideas?
Copy code
let arr=[1,2,3]
        let { data: documents, error } = await supabase
            .from('documents')
            .select('*')
            .in('id', arr);
g
I assume you meant 8byte int, but the int size does not matter. Your syntax seems correct.