5. How to create a snowflake stored procedure with parameters/arguments |Snowflake Stored Procedures

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 17

  • @RaviTheVlogger
    @RaviTheVlogger 3 ปีที่แล้ว +1

    Very very useful and explained with very important points. Thank you

    • @VCKLYTech
      @VCKLYTech  3 ปีที่แล้ว

      Glad it was helpful!

  • @anjaneyulugodduvelagala
    @anjaneyulugodduvelagala 2 ปีที่แล้ว +1

    Excellent bro

    • @VCKLYTech
      @VCKLYTech  2 ปีที่แล้ว

      thank you

    • @anjaneyulugodduvelagala
      @anjaneyulugodduvelagala 2 ปีที่แล้ว

      @@VCKLYTech need your help on learning snowflake.. you are from bro?

  • @jamba1319
    @jamba1319 2 ปีที่แล้ว

    Good Expiations

  • @rojach4938
    @rojach4938 3 ปีที่แล้ว +1

    Nice explanation. How to define the default input parameter while creating stored proc. Can you pls help

    • @VCKLYTech
      @VCKLYTech  3 ปีที่แล้ว

      I think define the argument/input parameter with default values is yet available in snowflake. Please correct me if I am wrong on this.

    • @rojach4938
      @rojach4938 3 ปีที่แล้ว

      @@VCKLYTech I went thru lot of documentation but did not see anywhere about default values to stored proc.

  • @jamesbonding3988
    @jamesbonding3988 3 ปีที่แล้ว +1

    Please explain .. how about if the store procedure expects a Boolean Parameter (TRUE OR FALSE), but by default it is FALSE meaning if nothing is passed (NULL) it should be FALSE. Can you resolve this ? Thanks!

  • @kollin5285
    @kollin5285 3 ปีที่แล้ว +1

    could please share the codes

  • @कलयुग_कर्ण
    @कलयुग_कर्ण 2 ปีที่แล้ว

    Write a stored procedure which runs via task (part of next chapter and will be released soon). This stored procedure will have insert/delete/update operation based on stream object
    3. Setup the task to run on certain frequency plz send the code ofthis iam try but not work

  • @chinmayapadhee6378
    @chinmayapadhee6378 3 ปีที่แล้ว

    JavaScript execution error: Uncaught TypeError: snowflake.createstatement is not a function in EMP_INSERT at ' var stmt = snowflake.createstatement({sqlText: command});' position 24 stackstrace: EMP_INSERT line: 3
    why am i getting this error
    please advice

    • @VCKLYTech
      @VCKLYTech  3 ปีที่แล้ว

      Javascript procedures are case sensitive hence, we have to use snowflake.createStatement

  • @harshitha9845
    @harshitha9845 3 ปีที่แล้ว

    Why are you concatenating p_name and p_deptno

    • @VCKLYTech
      @VCKLYTech  3 ปีที่แล้ว

      Will check and get back to you