|
Hi all, I'm new to using supabase and REST API's as a whole and just wondered if there was a way to perform multiple .eq filters on one update request? I'm building a leaderboard in Godot and it needs to modify values based on two rows being the same rather than one. Any help would be much appreciated :) |
Answered by
inian
Apr 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @HaMM4R,
Yup you can chain multiple .eq filters in the same query. Here is an example.