Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. with "jdbc:mysql://localhost:3306/northwind?user=root" as url
  2. cypher CALL apoc.load.jdbc(url,"products") YIELD row
  3. RETURN count(*);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement