Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What is the difference between the following two calling methods, why the first sign @ is used.


What I have tried:

SQL
@Call MyProcedure();

SQL
Call MyProcedure();
Posted
Updated 13-Nov-19 2:43am
Comments
Richard MacCutchan 13-Nov-19 7:30am    
What is the context of these two statements?
Siavash.BRY 13-Nov-19 9:35am    
In fact, inside these processors there are simple queries that look similar.
I just want to understand what this @ means and what it is used for.
Richard MacCutchan 13-Nov-19 10:53am    
Yes, but where are you using these statements?

1 solution

There is no mention of the @Call syntax in MySql documentation: MySQL :: MySQL 8.0 Reference Manual :: 13.2.1 CALL Syntax[^].
As Richard already asked: What is the context of such statements?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900