cancel
Showing results for 
Search instead for 
Did you mean: 
Sudeshna
New Contributor III
since ‎03-15-2022
‎06-26-2023

User Stats

  • 5 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

For eg - CREATE OR REPLACE TABLE table2(a INT, b INT);INSERT INTO table2 VALUES (100, 200);CREATE OR REPLACE FUNCTION func1() RETURNS TABLE(a INT, b INT) RETURN (SELECT a+b, a*b from table2);create or replace function calc(p DOUBLE) RETURNS TABLE(val...
I was trying to create a variable and i got the following error -command - SET a = 5;Error -Error running queryConfiguration a is not available.
Kudos from
Kudos given to