Skip to content

Instantly share code, notes, and snippets.

@bartvm
Created November 6, 2015 03:07
Show Gist options
  • Save bartvm/2d049b38eaa74abe56f8 to your computer and use it in GitHub Desktop.
Save bartvm/2d049b38eaa74abe56f8 to your computer and use it in GitHub Desktop.
DROP TABLE IF EXISTS data;
CREATE TABLE data (
hostname TEXT,
gpu_id TEXT,
gpu_name TEXT,
timestamp INTEGER,
utilization REAL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment