Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Data:
  2. table: lookup_cache
  3. index, zip, node_id, distance
  4. 1, 901, 3, 123
  5. 2, 901, 4, 232
  6. 3, 901, 7, 432
  7. 4, 901, 8, 232
  8. 5, 901, 20, 423
  9. 6, 901, 23, 231
  10. .
  11. .
  12. .
  13. 19999999, 98999, 3, 123
  14. 20000000, 98999, 5, 123
  15.  
  16. SQL:
  17. select * from lookup_cache where zip = 901
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement