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.