Skip to content

Instantly share code, notes, and snippets.

@seemike
Last active November 30, 2016 10:18
Show Gist options
  • Save seemike/60df861676f5b89a6c371a756f958671 to your computer and use it in GitHub Desktop.
Save seemike/60df861676f5b89a6c371a756f958671 to your computer and use it in GitHub Desktop.
cleancode: SQL statements: readable so you can see which value belong to which column
INSERT INTO HandlingUnitCodeRange (PK_ID, plant, storageLocation, prefix , minRange, maxRange, nextValue, active)
VALUES ( 1, '5000', '', '08150815', 100000, 150000, 100000, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment