View Single Post
  #2 (permalink)  
Old 09-07-04, 17:17
neptune48178 neptune48178 is offline
Registered User
 
Join Date: Aug 2004
Posts: 6
One more thing I forgot to mention that this works:

INSERT INTO demo
SELECT *
FROM demographics
WHERE MPI =17;

This is why it is odd that with a LEFT JOIN statement it crashes because it follows the same structure, an INSERTstatment followed by a SELECT statment.


Thanks again

Joe
Reply With Quote