-
Most databases' unique index ignore NULL values, is surrealdb the same? Does it also ignore NONE value? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
naisofly
Mar 13, 2024
Replies: 1 comment
-
@agufagit Nope. If you run a COUNT function, for example, NONE and NULL will be counted. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
agufagit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@agufagit Nope. If you run a COUNT function, for example, NONE and NULL will be counted.
Hope this helps!