Update latest row

Is there a way to update the row which has the latest timestamp date in its column start_date_time? I can do it via a workaround (first fetch and then .eq, etc.) but just thought maybe there is a better way

didn't find any way there:
https://supabase.com/docs/reference/dart/update?example=updating-your-data
Was this page helpful?