Skip to Content
0
Sep 27, 2019 at 01:10 AM

placeholder syntax

61 Views

I am looking for a sql syntax for a prompt variable (placeholder!=null) to notNull.

I know we do some thing like this for is equal, but what would be the syntax like for notNull or isEmpty

...SELECT ... FROM "schema"."view" ('PLACEHOLDER' = ('$MULTI_VALUE_PARAM_STRING$', '''Value1'',''Value2'''))