gavinj.net

Thoughts on technology, infrastructure, and AI

Viewing posts tagged mysql Clear filter

4 posts found

Mysql local variables

Just learned how to use variables in mysql - the variables are bound to the specific client session - and are destroyed on disconnect. SET @varname = value SELECT max(value) from table into @varname S...