Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Akushi

  1. Akushi

    How to get output to file?

    Oh, thank you! That worked, now I can write a full script! Thanks!
  2. Akushi

    How to get output to file?

    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...
  3. Akushi

    How to get output to file?

    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...

Part and Inventory Search

Back
Top