I'm not sure if I understand really what you mean.
I think I need to be a little bit clearer.
When I run the SELECT * FROM line, I get an output in the terminal. It is that output I need to get into a file, but don't really know how to combine that line and some of the export lines I have seen...
Hey, I'm wondering how I can get the output of this line to a file (any kind of file as long as it is not a mysql table):
SELECT * FROM `temp` AS t LEFT JOIN `kontor` AS r ON t.kontor_huvudRes_nummer = r. WHERE r.kontor_huvudRes_nummer IS NULL;
I'm comparing a table we have, and I need to have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.