Created
October 29, 2013 04:16
-
-
Save lashomb/7209102 to your computer and use it in GitHub Desktop.
query from computers_denormalized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT cd.username, cd.computer_name, cd.make, cd.model, cd.total_ram_mb, cd.operating_system_name, cd.operating_system_version, cd.operating_system_build, cd.serial_number, cd.processor_type, cd.processor_count, cd.processor_speed_mhz FROM computers_denormalized AS cd INTO OUTFILE '/Users/Shared/compinfo.txt'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment