Forum Discussion
RMV
Helper V
9 years agoChange 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
Community Champion
9 years agoCreate 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 ago
Helper V
Hi Greg_Deckler, got it!
Thanks for your advise!