ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'INTO dept(deptno,dname,loc)
d_str(10),rand_string(8));
UNTIL i=max_num
END REPEA' at line 6
Copy the Code
有几行代码消失,并提示“Display all 787 possibilities? (y or n)”
正在学习使用MySQL(deepin里默认为MariaDB),在"编辑器"中敲了如下代码,准备复制到终端里:
终端出现此问题:
有几行代码消失,并提示“Display all 787 possibilities? (y or n)”
请教一下各位,这是哪里出的问题?