Replies: 1 comment 2 replies
-
You can do the same thing in the C# client using The difference is you would need to alias the Selects ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found how it's done in JS, but there's nothing in C# (or maybe I didn't see it). How can I find the maximum value of a field in a column?
js:
const { data, error } = await supabase
.from('movies')
.select('release_year.max(), release_year.min()')
Beta Was this translation helpful? Give feedback.
All reactions