SQL Anywhere Studio Help
Query Editor Help
Use this tab if you want to return results as procedure parameters.
Selected columns This box lists all the columns you have chosen for your query.
Into variables This is a list of variables to receive the value for each select list item. You can type the variable names directly into the fields.
Results Click Results at the bottom of the dialog to see the results of your query, or an error message if the query contains errors.
SQL Click SQL at the bottom of the dialog to see the SQL code for your query.
INTO is used in procedures and triggers only. It specifies where the result set goes. There must be one variable for each column.
For more information about the Query Editor, see Introducing the Query Editor.
For more information about INTO, see Returning results as procedure parameters.