SELECT * FROM DatabaseName.DesireTable
INTO OUTFILE 'd:\\output.csv'
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
LINES TERMINATED BY '\n';
“No problem can be solved from the same level of consciousness that created it.” Albert Einstein (1879-1955)
SELECT * FROM DatabaseName.DesireTable
INTO OUTFILE 'd:\\output.csv'
FIELDS TERMINATED BY ','
ENCLOSED BY '"'
LINES TERMINATED BY '\n';
Under the server that Power BI installed, Go to System Properties -> Advanced -> Environment Variables Add this Variable Name PBI_S...