Forum Discussion
RMV
9 years agoHelper V
Change data source from SQL to MySql
Hi, I have imported several datasets from tables in a SQL database. For 1 dataset, I need to change the source from this SQL database to a MySql database. How can I do this? Regards,
- 9 years ago
Create a query that connects to MySQL. Go into Query Editor and go to Advanced Editor. Copy Source line. Go to SQL query in Query Editor, Advanced Editor and replace the Source line.
Greg_Deckler
9 years agoCommunity Champion
Create a query that connects to MySQL. Go into Query Editor and go to Advanced Editor. Copy Source line. Go to SQL query in Query Editor, Advanced Editor and replace the Source line.
- RMV9 years agoHelper V
Hi Greg_Deckler, got it!
Thanks for your advise!