does prisma fetch `null` & `undefined` in ord...
# orm-help
r
does prisma fetch
null
&
undefined
in orderBy and sort them at the bottom or does it omit fetching them?
r
@Ridhwaan Shakeel 👋 If you’re ordering by a field that could be
null
in ascending order, then the
null
fields will come first and in descending order, they will come last.