supadantic icon indicating copy to clipboard operation
supadantic copied to clipboard

Column is less than or equal to a value

Open makridenko opened this issue 6 months ago • 5 comments

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

Example:

MyModel.objects.filter(age__lte=20)

makridenko avatar May 08 '25 13:05 makridenko