Code has been added to clipboard!

Syntax for SQL SELECT INTO

Example
SELECT *
INTO ntable [IN edb]
FROM otable
WHERE condition;