Hello everyone
We are using the read rows query which is like,
let { data: Runs, error } = await supabase
.from('table-name')
.select('')*
But some time this query does not return all the rows.
Does anybody face this kind of issue?
Thanks
let { data: Runs, error } = await supabase
.from('table-name')
.select('')*
But some time this query does not return all the rows.
Does anybody face this kind of issue?
Thanks