I fairly new to mysql but have MS SQL experience.
Is it possible to declare variables and use while statement outside stored procedure?
I only found examples where guys doing like this
1. procedure created
2. execute proc
3. drop proc
Suggest me the right way