local variables in sql

Solutions on MaxInterview for local variables in sql by the best coders in the world

showing results for - "local variables in sql"
Sophie
12 Nov 2016
1Local variables:
2These variables can be used or exist 
3only inside the function. These variables
4are not used or referred by any other function.
5
6Global variables:
7These variables are the variables which
8can be accessed throughout the program.
9Global variables cannot be created
10whenever that function is called.
similar questions
queries leading to this page
local variables in sql