Guest User

Untitled

a guest
Nov 23rd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. %%node
  2. db.query("SELECT * FROM springsteen WHERE longitude > 100 AND longitude < 110").then(function(data) {
  3. var names = underscore.uniq(data.map(function(d) { return d.name}))
  4. print(names);
  5. });
Add Comment
Please, Sign In to add comment