Quote:
|
Originally Posted by wussupbuddy
Since it's the access db where the subquery would be running, don't I need to do this?
|
not sure
you did not really outline all the details of this setup
your first post actually sounds like you're running the CREATE in mysql
if you're running it in Access, i'm not sure the CREATE SELECT approach will work at all
try going to mysql and creating the table manually (with a CREATE statement that you code yourself), then do an INSERT SELECT