• Julie Nguyen 14
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I'm trying to duplicate a Synchronized Salesforce database table into a Data Extension. I tried to run the query 
SELECT * INTO Lead_Salesforce_Synchronized
FROM Lead_Salesforce
But got an error in return saying 
The query syntax is invalid
'into' is a reserved word and may not appear in your query.
What is a workaround to this?