Hello frnds, I am trying to execute the following data base query.
$qry="SELECT * INTO OUTFILE 'result.txt' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' FROM test_table ";
As it contain some special characters, They are creating problems.
So please help me to solve this problem.
Thank you. 😕