Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
User-Defined Variables
On this page
SingleStore allows users to define session variables to store values and reference these variables in subsequent queries.
You can use SELECT . or SET to create user defined session variables.
SELECT ... INTO @user_defined_variable [,...]
SET @user_defined_variable = <expr>
For stored procedures and anonymous code blocks, you can use SELECT . to create variables; however, those variables are locally scoped variables, not session variables.
Related Topics
In this section
Last modified: