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!

Search results for query: *

  • Users: Akushi
  • Content: Threads
  • Order by date
  1. 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