Code has been added to clipboard!

WHERE Clause With SQL SELECT INTO

Example
SELECT * INTO ntable
FROM otable
WHERE 1 = 0;