hy
i am a beginner at mysql but i tried to create a function and i get a weird error, the code is :
create function f1() returns int
begin
return 9; <-- and here it crashes
You have an error in your mysql sintax blalblablablabl a
why does it not let me continue my function ?? and takes the ';' as a command ?
i am a beginner at mysql but i tried to create a function and i get a weird error, the code is :
create function f1() returns int
begin
return 9; <-- and here it crashes
You have an error in your mysql sintax blalblablablabl a
why does it not let me continue my function ?? and takes the ';' as a command ?
Comment