J
John
Hi
When I run the below query I get the error 'Table _Temp already exists'. How
can I get past this such that _Temp table gets overwritten if it already
exists?
Thanks
Regards
SELECT INTO _Temp
FROM MyTbl
WHERE ....
When I run the below query I get the error 'Table _Temp already exists'. How
can I get past this such that _Temp table gets overwritten if it already
exists?
Thanks
Regards
SELECT INTO _Temp
FROM MyTbl
WHERE ....