jen140 0 Junior Poster

Hello all, i have a small question.
In mysql i can do "select 'abc' into outfile 'c:\out';"
is it possible to be done only with sql querry (to be executed at the server manager).
I tryied select 'abc' into outfile 'c:\out.txt' and got the error : Incorrect syntax near 'c:\out.txt'.