I have started maintaining a bunch of mysql stored procs. Some variables (created with decalare statements) are accessed with the @ symbol and others without it. Whats the difference
I have started maintaining a bunch of mysql stored procs. Some variables (created with
Share
A variable with the @ at the beginning is session variable. It exists until the session end.