mysql中使用select into from报错
原创 52cxy 06-20 11:13 回复数:0

执行如下SQL:

SELECT id, name, age
INTO teachers
FROM employees
WHERE age>50;

报如下错误 :

ERROR 1327 (42000): Undeclared variable: teachers


是什么原因呢

共0条回答
我要回答