mysql print variable

Solutions on MaxInterview for mysql print variable by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "mysql print variable"
Leon
26 Apr 2019
1declare myvar INT default 0;
2SET myvar = 5;
3SELECT concat('myvar is ', myvar);
4
Luisa
19 Jan 2018
1Press CTRL+C to copy SHOW [GLOBAL | SESSION] VARIABLES
2    [LIKE 'pattern' | WHERE expr]