themikeaustin
Member
All,
I receive the above message when I attempt to execute the following statements from within a SQL Window:
TRUNCATE TABLE dmart_test.Enrollment_tmp DROP STORAGE
INSERT INTO Enrollment_tmp (EnrollmentID, ElectionCode)
SELECT e.EnrollmentID, se.ElectionCode
FROM finance_ml_qa.Enrollment e
INNER JOIN finance_ml_qa.SubscriberElection se ON
se.SubscriberID = e.SubscriberID
WHERE se.StartDate = e.EffectiveDate
I can highlight each statement individually and run it without any problems, but attempting to run both together generates the error.
Any help appreciated.
TIA,
Mike
I receive the above message when I attempt to execute the following statements from within a SQL Window:
TRUNCATE TABLE dmart_test.Enrollment_tmp DROP STORAGE
INSERT INTO Enrollment_tmp (EnrollmentID, ElectionCode)
SELECT e.EnrollmentID, se.ElectionCode
FROM finance_ml_qa.Enrollment e
INNER JOIN finance_ml_qa.SubscriberElection se ON
se.SubscriberID = e.SubscriberID
WHERE se.StartDate = e.EffectiveDate
I can highlight each statement individually and run it without any problems, but attempting to run both together generates the error.
Any help appreciated.
TIA,
Mike