Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ValueID bigint // (identity) item ID
  2. GroupID bigint // group ID
  3. Value int // item value
  4. Created datetime2 // item created
  5.  
  6. GroupID bigint
  7. FirstId bigint // from this ID (first in GID with Value ordered by Date)
  8. LastId bigint // to this ID (last in GID with Value ordered by Date)
  9. Value int // all share this value
  10. Count // and this many occurrences (number of items between FirstID and LastId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement