MySQL Stored Procedure 8 - Procedure Syntax

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

The blackboard is amazing, that alone is keeping me here, the rest is just "goodies"

stephenstrang
Автор

Do u have some videos on cursors and triggers?

sanketmehendale
Автор

Oops— 2:13 All statements between BEGIN and END must use the (default) semi-colon delimiter.
Having your custom delimiter, the "//", at the end of the SELECT statement executes the CREATE PROCEDURE statement and throws an error, because within CREATE PROCEDURE every BEGIN block requires an END.


Hence, the purpose of changing the DELIMITER is to differentiate what is executed when creating the stored procedure and when executing it.

treenopie
Автор

Thank you so much for posting this!!!!

JustineCarissa
Автор

Hi everyone, I'm studying SQL but in postgres and I have some questions in comparision with the MySQL here a bit:
1. Is it the same for CREATE FUNCTION in postgresSQL compare to this kind of CREATE PROCEDURE.
2. Regarding Delimiter part, is it right that in postgresSQL it's no need to declare and redeclare the "//" things, and it's default is $$ or sth, 'cause I do see syntax as below:
CREATE FUNCTION func_name(para if any) RETURN integer AS $$
BEGIN
...
END; $$
LANGUAGE PLPGSQL;
3. Is it compulsory to explicit CALL, 'cause in postgres seems like we just go straight forward to the SELECT without any CALL or that similar.

windyboy
Автор

It takes me eight videos just to notice that you are left handed hahaha

darwinpose
Автор

that was so cute when asking someone is okay XD

zaylo
Автор

thank you...i am from Algeria and i like your videos.

rahimbabi
Автор

'i bet ya none will answer' XD
this kills the man

great vidyo

kajetandziebaj
Автор

me: call friend()
caleb: noone gives a shit man
noone:heyyy

huy
Автор

You never showed us how to call specific arguments... :'(

Milkmann
Автор

sometimes am more curious about your right can't help it.

webdev
Автор



Or I can just say:
We have a CalCur!!

luisdaniel
visit shbcf.ru