-
Hi, I'm sorry if this has been asked before. SELECT * FROM db WHERE a IS NOT NULL or SELECT * FROM db WHERE a IS NULL is it by just writing blanks when extracting data? |
Beta Was this translation helpful? Give feedback.
Answered by
jedi1992
Jun 21, 2021
Replies: 1 comment 2 replies
-
I dont know how to create table(predicate) in logica with null values for the columns. Assuming you are able to do it, then using IsNull(role) == true; works. p.s IsNull is the camel case of ISNULL big query function |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
atqnp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dont know how to create table(predicate) in logica with null values for the columns.
Tried different things like None, Null, NULL, NULL() etc but could not.
Assuming you are able to do it, then using IsNull(role) == true; works.
p.s IsNull is the camel case of ISNULL big query function