Hi I'm running the following statement:
SELECT * INTO empl1 FROM empleado WHERE id_dep=1
Where it is supporsed that it will create a new table called empl1, this is to break one table in one more table, when I execute it I get the error message 1327 Undeclared variable.
Thank you