Skip to content
Advertisement

Snowflake sp Javascript

JavaScript

While trying to execute the proc as below

JavaScript

I am getting this error

JavaScript compilation error: Uncaught SyntaxError: missing ) after argument list in TEST_09171 at ‘ IF(C_MKTSEGMENT is null)’ position 7

Advertisement

Answer

You have a greater than symbol here that you need to remove:

JavaScript

This line is supposed to be JavaScript but it’s written as SQL:

JavaScript

It should be in JavaScript:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement