Posted by Andy Kent on 11/22/05 14:51
What's the syntax for combining INTO and UNION clauses? What I want to do is: SELECT blah INTO newtable FROM oldtable1 WHERE <conditions> UNION SELECT blah INTO newtable FROM oldtable2 WHERE <conditions> DTS doesn't seem to like my syntax. Where should the INTO(s) really go? Thanks Andy
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming