Couldn't find output table <name>. (Error 3192)

You tried to use an INSERT INTO statement with the specified table, which doesn't exist. Make sure you entered the name correctly, and then try the operation again.

If you are attempting to execute a make table query that creates the table for you, use the SELECT INTO syntax instead.