supadantic icon indicating copy to clipboard operation
supadantic copied to clipboard

Column is greater than or equal to a value

Open makridenko opened this issue 5 months ago • 0 comments

https://supabase.com/docs/reference/python/gte

Example:

MyModel.objects.filter(age__gte=10)

makridenko avatar May 08 '25 12:05 makridenko