Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robertdempsey/06da26ff00c38234c9f4d3d0d9e9f9c5 to your computer and use it in GitHub Desktop.
Save robertdempsey/06da26ff00c38234c9f4d3d0d9e9f9c5 to your computer and use it in GitHub Desktop.
SQL table 'system_states' showing how our system state data would be represented in SQL.
UPDATE system_states
SET a = 4
WHERE system_id = 123;
UPDATE system_states
SET b = 5
WHERE system_id = 123;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment