Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. let $conn := sql:connect("jdbc:mysql://localhost:3306/test")
  2. return sql:execute($conn, "SELECT * FROM coffees WHERE price < 10")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement