CALL expression
expression: Function Expression.CALL catalog_name.`system`.procedure_name(arg_name_2 => arg_2, arg_name_1 => arg_1)#When positional parameters are passed, if they are optional, only end parameters can be omitted.CALL catalog_name.system.procedure_name(arg_1, arg_2, ... arg_n)#Set the current snapshot to db.sample1:CALL catalog_name.system.set_current_snapshot('db.sample', 1)
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback