MariaDB [test]> SELECT * INTO city FROM cities ;
ERROR 1327 (42000): Undeclared variable: city
MariaDB [test]> insert into select city FROM cities ;
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 'select city FROM cities' at line 1
commented on March 23rd 20 at 19:23Find more questions by tags MySQL
the first site
the second site
? - Richie91 commented on March 23rd 20 at 19:21