-
Is there a way to select empty set of given type?
|
Beta Was this translation helpful? Give feedback.
Answered by
elprans
Jul 25, 2020
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Fogapod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
select <User>{};
is the way. It's a regresion (filed #1589). You can work around asSELECT User FILTER false
for now.