Forum Discussion
Dealing with huge database
- Anonymous8 years ago
Anonymous,
Do you need all the columns of your database? I would recommend you specify required columns using SQL statement like "select col1,col2 from mydata.link_bi_betslips limit 5", and enter timeout value.
Regards,
Lydia
Anonymous, can you show me where and how to write the SQL statement in Power BI to import required columns and rows?
Anonymous,
You can input SQL statement in the highlighted textbox. You can firstly test the SQL statement in MySQL workbench,
Regards,
Lydia
- Anonymous8 years agoNot applicable
Anonymous,
I was still unable to extract any data with my sql statement below
- Anonymous8 years agoNot applicable
Anonymous,
Do you need all the columns of your database? I would recommend you specify required columns using SQL statement like "select col1,col2 from mydata.link_bi_betslips limit 5", and enter timeout value.
Regards,
Lydia